From 6bae16dcf53311365737b1c10ee1637f75cb958e Mon Sep 17 00:00:00 2001 From: Wang Sen Di Date: Tue, 9 Dec 2025 10:21:11 +0800 Subject: [PATCH] - --- netflow/iptables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netflow/iptables.sh b/netflow/iptables.sh index 322770a..093861b 100644 --- a/netflow/iptables.sh +++ b/netflow/iptables.sh @@ -20,7 +20,7 @@ __get_mount_paths_cgroup_id() { # __get_mount_paths_cgroup_id __get_in_cgroup_ids() { - awk '$0 != 1' /sys/fs/cgroup/net_cls,net_prio/*/net_cls.classid + awk '$0 != 0 && $0 != 1' /sys/fs/cgroup/net_cls,net_prio/*/net_cls.classid } __main() {