why won't it set RASvc.name?

This commit is contained in:
brent s. 2020-05-18 06:11:14 -04:00
parent a992fac902
commit 3ec21c4fa9
Signed by: bts
GPG Key ID: 8C004C2F93481F6B
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ class TunnelBroker(object):
ipr.close()
raise e
ipr.close()
self.tun.radvd.svc.stop()
self.tun.ra.svc.stop()
return(None)

def update(self):