We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb75d9 commit b2d6b23Copy full SHA for b2d6b23
example/confbuilder.py
@@ -126,7 +126,7 @@
126
print("*** warning: no network for %s (%s) - ignoring" % (ip, name), file=sys.stderr)
127
print("# no network for %s (%s) - ignoring" % (ip, name))
128
else:
129
- print("6%s.%s:%s"); (name, ip6map[net], ip.strHex()[2:])
+ print("6%s.%s:%s" % (name, ip6map[net], ip.strHex()[2:]))
130
for z in aliases:
131
print("3%s:%s" % (name, ip.strHex()[2:]))
132
print("'%s:Host contact is %s" % (name, admin))
0 commit comments