diff --git a/bundles/pppd/files/restart-pppoe-if-no-public-ip b/bundles/pppd/files/restart-pppoe-if-no-public-ip index 65893e6..03d3ae6 100644 --- a/bundles/pppd/files/restart-pppoe-if-no-public-ip +++ b/bundles/pppd/files/restart-pppoe-if-no-public-ip @@ -31,7 +31,7 @@ for iface in ifaces: except KeyError: continue - for ip in ips + for ip in ips: try: addr = ip_address(ip['addr'])