xentaur

changeset 25:a268a7754150

show_int docstring
author igor
date Fri Sep 21 16:21:15 2007 +0300 (2007-09-21)
parents fcd08a4f3216
children 9cef8b150473
files xentaur.py
line diff
     1.1 --- a/xentaur.py	Fri Sep 21 16:19:12 2007 +0300
     1.2 +++ b/xentaur.py	Fri Sep 21 16:21:15 2007 +0300
     1.3 @@ -247,6 +247,10 @@
     1.4      int_connect(domain, int_number, bridge)
     1.5  
     1.6  def show_int(domain, int_number):
     1.7 +    """
     1.8 +    Show information about the interface <int_nuber>
     1.9 +    of the domain <domain>
    1.10 +    """
    1.11      vbridges_table[domain][int_number]
    1.12  
    1.13  #-----------------------------------------------------------------------