bundles/pppd: fix typo in restart-pppoe-if-no-public-ip
This commit is contained in:
parent
af6b16cc35
commit
00d46cb1b1
1 changed files with 1 additions and 1 deletions
|
@ -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'])
|
||||
|
||||
|
|
Loading…
Reference in a new issue