summaryrefslogtreecommitdiffstats
path: root/tests/py/inet/rt.t.json.output
blob: 1d3ecac1371454b844dcf28c655003b9739dad0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# meta nfproto ipv4 rt nexthop 192.168.0.1
[
    {
        "match": {
            "left": {
                "meta": "nfproto"
            },
            "right": "ipv4"
        }
    },
    {
        "match": {
            "left": {
                "rt": {
                    "family": "ip",
                    "key": "nexthop"
                }
            },
            "right": "192.168.0.1"
        }
    }
]