summaryrefslogtreecommitdiffstats
path: root/tests/topotests/zebra_rib/r1/v4_route_1.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/zebra_rib/r1/v4_route_1.json')
-rw-r--r--tests/topotests/zebra_rib/r1/v4_route_1.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/topotests/zebra_rib/r1/v4_route_1.json b/tests/topotests/zebra_rib/r1/v4_route_1.json
new file mode 100644
index 0000000..a238e52
--- /dev/null
+++ b/tests/topotests/zebra_rib/r1/v4_route_1.json
@@ -0,0 +1,24 @@
+{
+ "4.5.1.0\/24":[
+ {
+ "prefix":"4.5.1.0\/24",
+ "protocol":"kernel",
+ "selected":true,
+ "destSelected":true,
+ "distance":255,
+ "metric":8192,
+ "installed":true,
+ "table":254,
+ "nexthops":[
+ {
+ "flags":3,
+ "fib":true,
+ "ip":"192.168.210.2",
+ "afi":"ipv4",
+ "interfaceName":"r1-eth0",
+ "active":true
+ }
+ ]
+ }
+ ]
+}