summaryrefslogtreecommitdiffstats
path: root/files/examples/ipv4-raw.nft
diff options
context:
space:
mode:
Diffstat (limited to 'files/examples/ipv4-raw.nft')
-rwxr-xr-xfiles/examples/ipv4-raw.nft6
1 files changed, 0 insertions, 6 deletions
diff --git a/files/examples/ipv4-raw.nft b/files/examples/ipv4-raw.nft
deleted file mode 100755
index 91fc138b..00000000
--- a/files/examples/ipv4-raw.nft
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/sbin/nft -f
-
-table raw {
- chain prerouting { type filter hook prerouting priority -300; }
- chain output { type filter hook output priority -300; }
-}