From: Florian Westphal Date: Tue, 18 Jun 2019 18:13:58 +0000 (+0200) Subject: tests: add missing json arp operation output X-Git-Tag: v0.9.1~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e1c877c92c75ebb59750218ab34be09945e83c43;p=thirdparty%2Fnftables.git tests: add missing json arp operation output Signed-off-by: Florian Westphal --- diff --git a/tests/py/arp/arp.t.json b/tests/py/arp/arp.t.json index 0ea62645..5f2f6cd8 100644 --- a/tests/py/arp/arp.t.json +++ b/tests/py/arp/arp.t.json @@ -560,6 +560,27 @@ } ] +# arp operation 1-2 +[ + { + "match": { + "left": { + "payload": { + "field": "operation", + "protocol": "arp" + } + }, + "op": "==", + "right": { + "range": [ + "request", + "reply" + ] + } + } + } +] + # arp operation request [ {