summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_redistribute_table/r1/ipv4_routes_with_all_redistribute.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/bgp_redistribute_table/r1/ipv4_routes_with_all_redistribute.json')
-rw-r--r--tests/topotests/bgp_redistribute_table/r1/ipv4_routes_with_all_redistribute.json71
1 files changed, 71 insertions, 0 deletions
diff --git a/tests/topotests/bgp_redistribute_table/r1/ipv4_routes_with_all_redistribute.json b/tests/topotests/bgp_redistribute_table/r1/ipv4_routes_with_all_redistribute.json
new file mode 100644
index 0000000..e5a27f3
--- /dev/null
+++ b/tests/topotests/bgp_redistribute_table/r1/ipv4_routes_with_all_redistribute.json
@@ -0,0 +1,71 @@
+{
+ "172.31.0.2/32": [
+ {
+ "prefix": "172.31.0.2/32",
+ "protocol": "bgp",
+ "vrfId": 0,
+ "vrfName": "default",
+ "selected": true,
+ "destSelected": true,
+ "distance": 20,
+ "metric": 0,
+ "installed": true,
+ "nexthops": [
+ {
+ "fib": true,
+ "ip": "192.168.0.2",
+ "afi": "ipv4",
+ "interfaceName": "r1-eth0",
+ "active": true,
+ "weight": 1
+ }
+ ]
+ }
+ ],
+ "172.31.0.10/32": [
+ {
+ "prefix": "172.31.0.10/32",
+ "protocol": "bgp",
+ "vrfId": 0,
+ "vrfName": "default",
+ "selected": true,
+ "destSelected": true,
+ "distance": 20,
+ "metric": 0,
+ "installed": true,
+ "nexthops": [
+ {
+ "fib": true,
+ "ip": "192.168.0.2",
+ "afi": "ipv4",
+ "interfaceName": "r1-eth0",
+ "active": true,
+ "weight": 1
+ }
+ ]
+ }
+ ],
+ "172.31.0.15/32": [
+ {
+ "prefix": "172.31.0.15/32",
+ "protocol": "bgp",
+ "vrfId": 0,
+ "vrfName": "default",
+ "selected": true,
+ "destSelected": true,
+ "distance": 20,
+ "metric": 0,
+ "installed": true,
+ "nexthops": [
+ {
+ "fib": true,
+ "ip": "192.168.0.2",
+ "afi": "ipv4",
+ "interfaceName": "r1-eth0",
+ "active": true,
+ "weight": 1
+ }
+ ]
+ }
+ ]
+}