From 7ec9a07b2b2937ccc581531c6d500a0db360d39c Mon Sep 17 00:00:00 2001
From: xyz <gky44px1999@gmail.com>
Date: Sun, 30 Jan 2022 16:45:18 -0800
Subject: nftables.conf, create and delete tables at top so can reload

---
 etc/nftables.conf | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'etc')

diff --git a/etc/nftables.conf b/etc/nftables.conf
index 6eaa41cb..aa2b53f1 100644
--- a/etc/nftables.conf
+++ b/etc/nftables.conf
@@ -5,6 +5,9 @@
 
 # some codes from https://wiki.archlinux.org/title/Nftables
 
+table inet my_table
+delete table inet my_table
+
 table inet my_table {
 
 	chain my_input {
-- 
cgit v1.2.3-70-g09d2