Changeset 8517 in genesis for nodes/get-network-status.py
- Timestamp:
- Sep 27, 2010, 5:42:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nodes/get-network-status.py
r8447 r8517 229 229 for line in output: 230 230 m = r.match(line) 231 if not m: 232 print "## ERROR Unable to parse '%s'" % line 233 continue 231 234 ip = m.group(1) 232 235 # Replace spaces in MAC with :
Note:
See TracChangeset
for help on using the changeset viewer.