summaryrefslogtreecommitdiffstats
path: root/tests/py/ip6/srh.t.json.output
blob: f801b81f533626ed9a376970198184aa44f9da96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# srh tag { 0, 4-127, 0xffff }
[
    {
        "match": {
            "left": {
                "exthdr": {
                    "field": "tag",
                    "name": "srh"
                }
            },
	    "op": "==",
            "right": {
                "set": [
                    0,
                    { "range": [ 4, 127 ] },
                    65535
                ]
            }
        }
    }
]