summaryrefslogtreecommitdiffstats
path: root/tests/py/ip/rt.t.json
blob: 41dbe3417e7569a4f1697ba280e950e2f39558d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# rt nexthop 192.168.0.1
[
    {
        "match": {
            "left": {
                "rt": {
                    "family": "ip",
                    "key": "nexthop"
                }
            },
	    "op": "==",
            "right": "192.168.0.1"
        }
    }
]