Commit 3f78c68f authored by Xavier Thompson's avatar Xavier Thompson

slapformat: Remove useless tun route configuration

parent 88a0dc7a
......@@ -959,8 +959,6 @@ class Tun(Tap):
else:
raise RuntimeError("Cannot setup address on interface {}. "
"Address is missing.".format(self.name))
# create routes
super(Tun, self).createRoutes()
class Interface(object):
......
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