From 3ec21c4fa9e864344d880af0212abb4c9f1c7c64 Mon Sep 17 00:00:00 2001 From: brent s Date: Mon, 18 May 2020 06:11:14 -0400 Subject: [PATCH] why won't it set RASvc.name? --- utils/he_ipv6/tunnelbroker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/he_ipv6/tunnelbroker.py b/utils/he_ipv6/tunnelbroker.py index 3b62ba2..c528ba5 100644 --- a/utils/he_ipv6/tunnelbroker.py +++ b/utils/he_ipv6/tunnelbroker.py @@ -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):