Browse Source

init: cosmetics

pull/98/head
bol-van 3 years ago
parent
commit
c82afbd80b
  1. 6
      init.d/openwrt/functions

6
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
}

Loading…
Cancel
Save