From ca594b09dd40a7a99041324530e846d2d3010ec5 Mon Sep 17 00:00:00 2001 From: brent s Date: Mon, 18 May 2020 05:46:50 -0400 Subject: [PATCH] forgot to do this --- 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 5d34438..1ce42a1 100644 --- a/utils/he_ipv6/tunnelbroker.py +++ b/utils/he_ipv6/tunnelbroker.py @@ -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)