summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/main.c b/main.c
index 5985e73..7deb636 100644
--- a/main.c
+++ b/main.c
@@ -263,17 +263,6 @@ start(void)
continue;
}
- /* Linux 5.15+: make sure the tables are loaded and
- * /proc/net/ip{,6}_tables_names are thus populated.
- */
- for (table = FW3_TABLE_FILTER; table <= FW3_TABLE_RAW; table++)
- {
- if (!(handle = fw3_ipt_open(family, table)))
- continue;
-
- fw3_ipt_close(handle);
- }
-
for (table = FW3_TABLE_FILTER; table <= FW3_TABLE_RAW; table++)
{
if (!(handle = fw3_ipt_open(family, table)))