summaryrefslogtreecommitdiffstats
path: root/tests/payload-ll
diff options
context:
space:
mode:
Diffstat (limited to 'tests/payload-ll')
-rwxr-xr-xtests/payload-ll15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/payload-ll b/tests/payload-ll
new file mode 100755
index 00000000..8d2480ac
--- /dev/null
+++ b/tests/payload-ll
@@ -0,0 +1,15 @@
+#! nft -f
+
+table add ip filter
+chain add ip filter input NF_INET_LOCAL_IN 0
+
+# mac source
+rule add ip filter input @ll,48,48 00:15:e9:f0:10:f8 counter
+
+# mac dest
+rule add ip filter input @ll,0,48 00:1b:21:02:6f:ad counter
+
+# mac source and mac dest
+rule add ip filter input @ll,0,48 00:1b:21:02:6f:ad \
+ @ll,48,48 00:15:e9:f0:10:f8 \
+ counter