From 14b68bb14eb7360219e65120e41b0ee496b6b3da Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Fri, 13 May 2016 19:13:12 +0200 Subject: tests/py: update for changed set name in payload Original patch posted in the mailing list from Patrick, I have refreshed this so it applies on top of current HEAD. Signed-off-by: Pablo Neira Ayuso --- tests/py/ip6/map.t.payload | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/py/ip6/map.t.payload') diff --git a/tests/py/ip6/map.t.payload b/tests/py/ip6/map.t.payload index db7df27d..9b393a60 100644 --- a/tests/py/ip6/map.t.payload +++ b/tests/py/ip6/map.t.payload @@ -1,10 +1,10 @@ # mark set ip6 saddr and ::ffff map { ::2 : 0x0000002a, ::ffff : 0x00000017} -map%d test-ip6 b -map%d test-ip6 0 +__map%d test-ip6 b +__map%d test-ip6 0 element 00000000 00000000 00000000 02000000 : 0000002a 0 [end] element 00000000 00000000 00000000 ffff0000 : 00000017 0 [end] ip6 test-ip6 input [ payload load 16b @ network header + 8 => reg 1 ] [ bitwise reg 1 = (reg=1 & 0x00000000 0x00000000 0x00000000 0xffff0000 ) ^ 0x00000000 0x00000000 0x00000000 0x00000000 ] - [ lookup reg 1 set map%d dreg 1 ] + [ lookup reg 1 set __map%d dreg 1 ] [ meta set mark with reg 1 ] -- cgit v1.2.3