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.0abcb39b62Suggested-by: rparge in OpenWrt forum Link: https://github.com/openwrt/openwrt/pull/21642 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> (cherry picked from commit2ae350b725)
This commit is contained in:
parent
1d87d1f5aa
commit
3d167c6b81
@ -1,5 +1,5 @@
|
||||
config defaults
|
||||
option syn_flood 1
|
||||
option synflood_protect 1
|
||||
option input REJECT
|
||||
option output ACCEPT
|
||||
option forward REJECT
|
||||
|
||||
Loading…
Reference in New Issue
Block a user