summaryrefslogtreecommitdiffstats
path: root/tests/topotests/zebra_rib/r1/v4_route_2.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/topotests/zebra_rib/r1/v4_route_2.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/topotests/zebra_rib/r1/v4_route_2.json b/tests/topotests/zebra_rib/r1/v4_route_2.json
new file mode 100644
index 0000000..5454af8
--- /dev/null
+++ b/tests/topotests/zebra_rib/r1/v4_route_2.json
@@ -0,0 +1,23 @@
+{
+ "4.5.2.0\/24":[
+ {
+ "prefix":"4.5.2.0\/24",
+ "protocol":"kernel",
+ "selected":true,
+ "destSelected":true,
+ "distance":1,
+ "metric":1,
+ "installed":true,
+ "nexthops":[
+ {
+ "flags":3,
+ "fib":true,
+ "ip":"192.168.211.2",
+ "afi":"ipv4",
+ "interfaceName":"r1-eth1",
+ "active":true
+ }
+ ]
+ }
+ ]
+}