From 00d46cb1b1a574756a073324cba75d87cdc028e8 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 10 Apr 2021 09:49:40 +0200 Subject: [PATCH] bundles/pppd: fix typo in restart-pppoe-if-no-public-ip --- bundles/pppd/files/restart-pppoe-if-no-public-ip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'])