From c01a764e1f7768c3140489ec699ed5be0e9094ae Mon Sep 17 00:00:00 2001 From: bol-van Date: Sun, 1 Dec 2024 21:21:08 +0300 Subject: [PATCH] init.d: sysv fix route_localnet with multiple IFACE_LAN --- init.d/sysv/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/sysv/functions b/init.d/sysv/functions index 7965372..e847780 100644 --- a/init.d/sysv/functions +++ b/init.d/sysv/functions @@ -102,7 +102,7 @@ dnat6_target() } set_route_localnet() { - _set_route_localnet $1 "$IFACE_LAN" + _set_route_localnet $1 $IFACE_LAN } fw_nfqws_post4()