init.d: sysv fix route_localnet with multiple IFACE_LAN

This commit is contained in:
bol-van 2024-12-01 21:21:08 +03:00
parent 4ecb40e03b
commit c01a764e1f

View File

@ -102,7 +102,7 @@ dnat6_target()
} }
set_route_localnet() set_route_localnet()
{ {
_set_route_localnet $1 "$IFACE_LAN" _set_route_localnet $1 $IFACE_LAN
} }
fw_nfqws_post4() fw_nfqws_post4()