ia64/xen-unstable
changeset 1929:23b5fa1a2dbf
bitkeeper revision 1.1108.14.7 (41064a25BG5YpgZlagVwFZPgaFRc8A)
Bring a new bridge up with ifconfig.
Bring a new bridge up with ifconfig.
author | mjw@wray-m-3.hpl.hp.com |
---|---|
date | Tue Jul 27 12:27:17 2004 +0000 (2004-07-27) |
parents | 4068e3051909 |
children | 7d853b31485c |
files | tools/python/xen/util/Brctl.py |
line diff
1.1 --- a/tools/python/xen/util/Brctl.py Tue Jul 27 12:26:33 2004 +0000 1.2 +++ b/tools/python/xen/util/Brctl.py Tue Jul 27 12:27:17 2004 +0000 1.3 @@ -61,6 +61,7 @@ def bridge_create(bridge, **kwd): 1.4 if kwd.get('stp', None) is None: 1.5 kwd['stp'] = 'off' 1.6 bridge_set(bridge, **kwd) 1.7 + cmd(CMD_IFCONFIG, "%s up" % bridge) 1.8 1.9 def bridge_set(bridge, hello=None, fd=None, stp=None): 1.10 """Set bridge parameters.