summaryrefslogtreecommitdiffstats
path: root/extensions/libebt_arpreply.t
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2018-10-09 17:21:37 +0200
committerFlorian Westphal <fw@strlen.de>2018-11-03 20:35:22 +0100
commitedf2b7c0863133b38ba48dbcaa18a16bdba1a588 (patch)
tree89552c76bd3026b1f784b897dcdfea293b44942b /extensions/libebt_arpreply.t
parent2d1372ecfc61de8fea8708f7c54fce02e8218e0d (diff)
ebtables-nft: add arpreply target
Unfortunately no nft translation available so far. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'extensions/libebt_arpreply.t')
-rw-r--r--extensions/libebt_arpreply.t4
1 files changed, 4 insertions, 0 deletions
diff --git a/extensions/libebt_arpreply.t b/extensions/libebt_arpreply.t
new file mode 100644
index 00000000..f7bc85f9
--- /dev/null
+++ b/extensions/libebt_arpreply.t
@@ -0,0 +1,4 @@
+:PREROUTING
+*nat
+-p ARP -i foo -j arpreply --arpreply-mac de:ad:0:be:ee:ff --arpreply-target ACCEPT;=;OK
+-p ARP -i foo -j arpreply --arpreply-mac de:ad:0:be:ee:ff;=;OK