From f09d8f8e1fc19277b8ccf45443889f733dadf4cd Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Tue, 29 Aug 2023 10:47:35 +0200 Subject: [PATCH] Disable fullcone warning for now --- .../patches/999-01-firewall4-add-fullcone-support.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/6.1/package/network/config/firewall4/patches/999-01-firewall4-add-fullcone-support.patch b/6.1/package/network/config/firewall4/patches/999-01-firewall4-add-fullcone-support.patch index c0f4b5ff..815e266f 100644 --- a/6.1/package/network/config/firewall4/patches/999-01-firewall4-add-fullcone-support.patch +++ b/6.1/package/network/config/firewall4/patches/999-01-firewall4-add-fullcone-support.patch @@ -195,7 +195,7 @@ index 1b4764c..c5716da 100644 + if (!nft_try_fullcone()) { + delete defs.fullcone; -+ warn("nft_try_fullcone failed, disable fullcone globally\n"); ++ //warn("nft_try_fullcone failed, disable fullcone globally\n"); + } + this.state.defaults = defs;