Commit ca2f3cca authored by Jondy Zhao's avatar Jondy Zhao

No add tap-driver when start re6stnet

parent 1838c28a
......@@ -361,11 +361,7 @@ def main():
t.daemon = True
# t.start()
# adding tap-windows driver will break others, so we add
# all drivers here
if sys.platform == 'cygwin':
[ ip('vpntap', 'dev', x) for x in tunnel_interfaces ]
else:
if not sys.platform == 'cygwin':
ip('route', 'unreachable', *x)
config.babel_args += config.iface_list
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment