- Timestamp:
- Aug 9, 2016, 2:12:52 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/gformat.py
r13599 r13600 947 947 idx_offset += 1 948 948 else: 949 output += "ifconfig_%s= inet %s'\n" % (iface, addrs[0][0])949 output += "ifconfig_%s='inet %s'\n" % (iface, addrs[0][0]) 950 950 951 951 for idx, addr in enumerate(addrs[1:]):
Note:
See TracChangeset
for help on using the changeset viewer.