bundles/pppd: fix typo in restart-pppoe-if-no-public-ip

This commit is contained in:
Franzi 2021-04-10 09:49:40 +02:00
parent af6b16cc35
commit 00d46cb1b1
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -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'])