- Timestamp:
- May 19, 2012, 10:12:38 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/yaml2nag-nano.py
r10897 r10912 49 49 ifacedump = datadump[iface] 50 50 try: 51 if not ifacedump['mode'] == 'ap' :51 if not ifacedump['mode'] == 'ap' and is_up(ifacedump): 52 52 ifacedump['use'] = 'host-pnp' 53 53 ifacedump['name'] = "%s-%s" % (host, ifacedump['autogen_ifname'])
Note:
See TracChangeset
for help on using the changeset viewer.