From: Hauke Mehrtens Date: Thu, 22 Jan 2026 22:54:33 +0000 (+0100) Subject: firewall: change synflood_protect option name X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F21642%2Fhead;p=thirdparty%2Fopenwrt.git firewall: change synflood_protect option name The `syn_flood` option name is deprecated, `synflood_protect` should be used instead. firewall3 and firewall4 both support this option since a long time. LuCI already replaces the option name. https://github.com/openwrt/luci/commit/0abcb39b623f0eff0fbcdfb99fca8f3224701e86 Suggested-by: rparge in OpenWrt forum Link: https://github.com/openwrt/openwrt/pull/21642 Signed-off-by: Hauke Mehrtens --- diff --git a/package/network/config/firewall/files/firewall.config b/package/network/config/firewall/files/firewall.config index 6829e58ec19..a2730593919 100644 --- a/package/network/config/firewall/files/firewall.config +++ b/package/network/config/firewall/files/firewall.config @@ -1,5 +1,5 @@ config defaults - option syn_flood 1 + option synflood_protect 1 option input REJECT option output ACCEPT option forward REJECT