summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bfd_topo3/r6/bfd-static.json
blob: d042889d505af8d4e00cc6a36a40201a80827d2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "path-list": {
        "ipv4-multicast": [],
        "ipv4-unicast": [
            {
                "installed": true,
                "prefix": "10.254.254.4/32",
                "vrf": "default"
            }
        ],
        "ipv6-unicast": [
            {
                "prefix": "2001:db8:1::\/64",
                "vrf": "default",
                "installed": true
            }
        ]
    }
}