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