From c82afbd80b72a9a6708f78bc6deaa636f2d7e75c Mon Sep 17 00:00:00 2001 From: bol-van Date: Wed, 16 Feb 2022 15:54:18 +0300 Subject: [PATCH] init: cosmetics --- init.d/openwrt/functions | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.d/openwrt/functions b/init.d/openwrt/functions index ce30934..df61013 100644 --- a/init.d/openwrt/functions +++ b/init.d/openwrt/functions @@ -112,7 +112,7 @@ fw_tpws_x() # $3 - tpws port # $4 - ip version : 4 or 6 - local script ifaces DLAN DWAN + local ifaces DLAN DWAN call_for_multiple_items network_get_device DLAN "$OPENWRT_LAN" @@ -216,7 +216,7 @@ flow_offloading_unexempt() nft_fill_ifsets_overload() { - local script ifaces DLAN DWAN DWAN6 + local ifaces DLAN DWAN DWAN6 call_for_multiple_items network_get_device DLAN "$OPENWRT_LAN" @@ -235,7 +235,7 @@ nft_fw_tpws4() } nft_fw_tpws6() { - local script DLAN + local DLAN call_for_multiple_items network_get_device DLAN "$OPENWRT_LAN" _nft_fw_tpws6 "$1" $2 "$DLAN" always_apply_wan_filter }