diff options
Diffstat (limited to 'tests/shell/testcases/maps/dumps/vmap_mark_bitwise_0.nft')
-rw-r--r-- | tests/shell/testcases/maps/dumps/vmap_mark_bitwise_0.nft | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/shell/testcases/maps/dumps/vmap_mark_bitwise_0.nft b/tests/shell/testcases/maps/dumps/vmap_mark_bitwise_0.nft index beb5ffb0..6891e861 100644 --- a/tests/shell/testcases/maps/dumps/vmap_mark_bitwise_0.nft +++ b/tests/shell/testcases/maps/dumps/vmap_mark_bitwise_0.nft @@ -5,7 +5,8 @@ table ip x { map sctm_o0 { type mark : verdict - elements = { 0x00000000 : jump sctm_o0_0, 0x00000001 : jump sctm_o0_1 } + elements = { 0x00000000 : jump sctm_o0_0, + 0x00000001 : jump sctm_o0_1 } } map sctm_o1 { |