diff options
Diffstat (limited to 'tests/topotests/bfd_topo3/r6/bfd-static.json')
-rw-r--r-- | tests/topotests/bfd_topo3/r6/bfd-static.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/topotests/bfd_topo3/r6/bfd-static.json b/tests/topotests/bfd_topo3/r6/bfd-static.json new file mode 100644 index 00000000..d042889d --- /dev/null +++ b/tests/topotests/bfd_topo3/r6/bfd-static.json @@ -0,0 +1,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 + } + ] + } +} |