forgot to do this

This commit is contained in:
brent s. 2020-05-18 05:46:50 -04:00
parent afd839a195
commit ca594b09dd
Signed by: bts
GPG Key ID: 8C004C2F93481F6B
1 changed files with 1 additions and 1 deletions

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)