forgot to do this

This commit is contained in:
2020-05-18 05:46:50 -04:00
parent afd839a195
commit ca594b09dd

View File

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