summaryrefslogtreecommitdiffstats
path: root/tests/py/inet/icmp.t.json.output
blob: a5ee48bee6403db0a58b692de6b68a4b160b5327 (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
# meta nfproto ipv4 icmp type echo-request
[
    {
        "match": {
            "left": {
                "payload": {
                    "field": "type",
                    "protocol": "icmp"
                }
            },
            "right": "echo-request"
        }
    }
]

# meta nfproto ipv6 icmpv6 type echo-request
[
    {
        "match": {
            "left": {
                "payload": {
                    "field": "type",
                    "protocol": "icmpv6"
                }
            },
            "right": "echo-request"
        }
    }
]