From f5379937eaed467c137a8cfd5bb57cd4ff41066e Mon Sep 17 00:00:00 2001 From: Wang Sen Di Date: Wed, 26 Nov 2025 18:02:29 +0800 Subject: [PATCH] - --- netflow/iptables.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/netflow/iptables.sh b/netflow/iptables.sh index 9f238d7..3fc88b1 100644 --- a/netflow/iptables.sh +++ b/netflow/iptables.sh @@ -6,6 +6,7 @@ if [[ -d "/host/proc/1/" ]]; then source /apps/gitrce/hook/singleton.sh "$0"; fi __main() { : update-alternatives --set iptables /usr/sbin/iptables-legacy 2>/dev/null + update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy 2>/dev/null _owner_id=50000 _chain="output_netflow_owner_${_owner_id}"