# HG changeset patch # User igor # Date 1193340278 -10800 # Node ID ec48cf129028265de39714245d0fc515d8c1bad6 # Parent 0d56a515a5f62946054757abf7c0d6a837b764e1 configure_no_cdp_log_mismatch_duplex diff -r 0d56a515a5f6 -r ec48cf129028 xentaur.py --- a/xentaur.py Thu Oct 25 21:43:58 2007 +0300 +++ b/xentaur.py Thu Oct 25 22:24:38 2007 +0300 @@ -531,6 +531,10 @@ write_to(dom,"\n\nena\nconf t\nline console 0\nexec-timeout 0\nend\n") return 0 +def configure_no_cdp_log_mismatch_duplex(doms=domains): + for dom in filter_by_type(domains,'xenomips'): + write_to(dom,"\n\nena\nconf t\nno cdp log mismatch duplex\nend\n") + def configure_save(doms=domains): write_to(doms,"\nwr\n")