From 6b5d3568b88fad9cda694c0cd8b82c1f16773b15 Mon Sep 17 00:00:00 2001 From: sarthurdev <965089+sarthurdev@users.noreply.github.com> Date: Sat, 26 Aug 2023 23:02:10 +0200 Subject: firewall: T5080: Disable conntrack unless required by rules --- data/vyos-firewall-init.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/vyos-firewall-init.conf') diff --git a/data/vyos-firewall-init.conf b/data/vyos-firewall-init.conf index ab25ab4bd..41e7627f5 100644 --- a/data/vyos-firewall-init.conf +++ b/data/vyos-firewall-init.conf @@ -73,7 +73,7 @@ table raw { } chain FW_CONNTRACK { - accept + return } } @@ -109,6 +109,6 @@ table ip6 raw { } chain FW_CONNTRACK { - accept + return } } -- cgit v1.2.3