summaryrefslogtreecommitdiffstats
path: root/tests/py/bridge/vlan.t.json.output
blob: 8f27ec0e7aadd9e74efc7278091c99909da0bebf (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
31
# ether type vlan ip protocol 1 accept
[
    {
        "match": {
            "left": {
                "payload": {
                    "field": "type",
                    "protocol": "ether"
                }
            },
            "op": "==",
            "right": "vlan"
        }
    },
    {
        "match": {
            "left": {
                "payload": {
                    "field": "protocol",
                    "protocol": "ip"
                }
            },
            "op": "==",
            "right": 1
        }
    },
    {
        "accept": null
    }
]