Displaying 1 result from an estimated 1 matches for "type_cmd".
Did you mean:
type_c
2011 Aug 11
0
[PATCH] map nics-> bridges correctly in network pages, when cancelling nic configuration return to network page
...ot;,", "")
except AttributeError:
@@ -797,9 +798,10 @@ class NodeConfigScreen():
cmd = "/files/etc/sysconfig/network-scripts/ifcfg-%s/BOOTPROTO" % str(dev_interface)
dev_bootproto = augtool_get(cmd)
type_cmd = "/files/etc/sysconfig/network-scripts/ifcfg-%s/TYPE" % str(dev_interface)
- dev_type = augtool_get(type_cmd)
+ bridge_cmd = "/files/etc/sysconfig/network-scripts/ifcfg-%s/BRIDGE" % str(dev_interface)
+ dev_bridge = augtool_ge...