hrm. it keeps saying no route to host?
This commit is contained in:
parent
3fec3cea16
commit
422a69ff41
@ -129,14 +129,14 @@ class TunnelBroker(object):
|
||||
logger.error(('Could not add default IPv6 route on link {0}: {1}').format(self.iface_name, e))
|
||||
ipr.close()
|
||||
raise e
|
||||
try:
|
||||
ipr.route('add',
|
||||
dst = '::/96',
|
||||
gateway = '::',
|
||||
oif = self.iface_idx,
|
||||
family = socket.AF_INET6)
|
||||
except Exception as e:
|
||||
logger.error(('Could not add ::/96 on link {0}: {1}'.format(self.iface_name, e)))
|
||||
# try:
|
||||
# ipr.route('add',
|
||||
# dst = '::/96',
|
||||
# gateway = '::',
|
||||
# oif = self.iface_idx,
|
||||
# family = socket.AF_INET6)
|
||||
# except Exception as e:
|
||||
# logger.error(('Could not add ::/96 on link {0}: {1}'.format(self.iface_name, e)))
|
||||
ipr.close()
|
||||
return(None)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user