From 8fce75daa4f164d4114ac6c8193e148399b18b08 Mon Sep 17 00:00:00 2001 From: bol-van Date: Sun, 20 Apr 2025 11:26:07 +0300 Subject: [PATCH] hardware offload: be closer to fw4 in interface names --- common/nft.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/nft.sh b/common/nft.sh index 8907bd6..fab4da3 100644 --- a/common/nft.sh +++ b/common/nft.sh @@ -320,7 +320,7 @@ nft_fill_ifsets() # $5 - space separated wan physical interface names (optional) # $6 - space separated wan6 physical interface names (optional) - local script i j ALLDEVS devs devtype b + local script i j ALLDEVS devs b # if large sets exist nft works very ineffectively # looks like it analyzes the whole table blob to find required data pieces