From b089c42f4ba806b93e16bae4e3963f12a33deaf3 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Fri, 7 Jun 2019 19:25:25 +0200 Subject: tests/py: Add missing arp.t JSON equivalents Fixes: 4b0f2a712b579 ("src: support for arp sender and target ethernet and IPv4 addresses") Signed-off-by: Phil Sutter Signed-off-by: Pablo Neira Ayuso --- tests/py/arp/arp.t.json.output | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'tests/py/arp/arp.t.json.output') diff --git a/tests/py/arp/arp.t.json.output b/tests/py/arp/arp.t.json.output index 4053d947..b8507bff 100644 --- a/tests/py/arp/arp.t.json.output +++ b/tests/py/arp/arp.t.json.output @@ -129,25 +129,23 @@ "match": { "left": { "payload": { - "base": "nh", - "len": 32, - "offset": 192 + "field": "daddr ip", + "protocol": "arp" } }, "op": "==", - "right": 3232272144 + "right": "192.168.143.16" } }, { "mangle": { "key": { "payload": { - "base": "nh", - "len": 48, - "offset": 144 + "field": "daddr ether", + "protocol": "arp" } }, - "value": 18838586676582 + "value": "11:22:33:44:55:66" } } ] -- cgit v1.2.3