and this too

This commit is contained in:
2020-05-18 05:48:40 -04:00
parent ca594b09dd
commit 8cb29762a7
2 changed files with 4 additions and 3 deletions

View File

@@ -168,9 +168,9 @@ class TunnelBroker(object):
ipr.close()
raise e
ipr.close()
if self.tun.ra_provider:
self.tun.radvd.conf.write()
self.tun.radvd.svc.restart()
if self.tun.ra:
self.tun.ra.conf.write()
self.tun.ra.svc.restart()
return(None)
def stop(self):