summaryrefslogtreecommitdiffstats
path: root/tests/py/ip6/exthdr.t.json.output
blob: 813402a26c7f4267cd063e7b8d8a89caccff2083 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# exthdr hbh 1
[
    {
        "match": {
            "left": {
                "exthdr": {
                    "name": "hbh"
                }
            },
	    "op": "==",
            "right": true
        }
    }
]

# exthdr hbh 0
[
    {
        "match": {
            "left": {
                "exthdr": {
                    "name": "hbh"
                }
            },
	    "op": "==",
            "right": false
        }
    }
]