xentaur

changeset 52:3b8886ecd46c

exec timeout 0
author igor
date Thu Oct 25 21:28:59 2007 +0300 (2007-10-25)
parents b9536e00100a
children 129c08025d07
files xentaur.py
line diff
     1.1 --- a/xentaur.py	Thu Oct 25 21:27:01 2007 +0300
     1.2 +++ b/xentaur.py	Thu Oct 25 21:28:59 2007 +0300
     1.3 @@ -528,7 +528,7 @@
     1.4          if domain_types[domains.index(dom)] == 'quagga':
     1.5              0
     1.6          else:
     1.7 -            write_to(dom,"\n\nena\nconf t\nline console 0\nexec timeout 0\nend\n")
     1.8 +            write_to(dom,"\n\nena\nconf t\nline console 0\nexec-timeout 0\nend\n")
     1.9      return 0
    1.10  
    1.11  def configure_save(doms=domains):