summaryrefslogtreecommitdiffstats
path: root/tests/py/inet/rt.t.json.output
blob: 382ef87e31faff24311db13ba60c045929008b2e (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
# meta nfproto ipv4 rt nexthop 192.168.0.1
[
    {
        "match": {
            "left": {
                "meta": { "key": "nfproto" }
            },
	    "op": "==",
            "right": "ipv4"
        }
    },
    {
        "match": {
            "left": {
                "rt": {
                    "family": "ip",
                    "key": "nexthop"
                }
            },
	    "op": "==",
            "right": "192.168.0.1"
        }
    }
]