]> git.proxmox.com Git - mirror_frr.git/blobdiff - tests/topotests/isis_topo1_vrf/r4/r4_route6.json
tests: Unify directory naming for topotests
[mirror_frr.git] / tests / topotests / isis_topo1_vrf / r4 / r4_route6.json
diff --git a/tests/topotests/isis_topo1_vrf/r4/r4_route6.json b/tests/topotests/isis_topo1_vrf/r4/r4_route6.json
new file mode 100644 (file)
index 0000000..88a9174
--- /dev/null
@@ -0,0 +1,70 @@
+{
+  "2001:db8:1:1::/64": [
+    {
+      "distance": 115, 
+      "metric": 30, 
+      "nexthops": [
+        {
+          "active": true, 
+          "afi": "ipv6", 
+          "fib": true, 
+          "interfaceName": "r4-eth1" 
+        }
+      ], 
+      "prefix": "2001:db8:1:1::/64", 
+      "protocol": "isis", 
+      "selected": true, 
+      "vrfName": "r4-cust1"
+    }
+  ], 
+  "2001:db8:1:2::/64": [
+    {
+      "nexthops": [
+        {
+          "active": true, 
+          "directlyConnected": true, 
+          "fib": true, 
+          "interfaceName": "r4-eth0"
+        }
+      ], 
+      "prefix": "2001:db8:1:2::/64", 
+      "protocol": "connected", 
+      "selected": true, 
+      "vrfName": "r4-cust1"
+    }
+  ], 
+  "2001:db8:2:1::/64": [
+    {
+      "distance": 115, 
+      "metric": 20, 
+      "nexthops": [
+        {
+          "active": true, 
+          "afi": "ipv6", 
+          "fib": true, 
+          "interfaceName": "r4-eth1" 
+        }
+      ], 
+      "prefix": "2001:db8:2:1::/64", 
+      "protocol": "isis", 
+      "selected": true, 
+      "vrfName": "r4-cust1"
+    }
+  ], 
+  "2001:db8:2:2::/64": [
+    {
+      "nexthops": [
+        {
+          "active": true, 
+          "directlyConnected": true, 
+          "fib": true, 
+          "interfaceName": "r4-eth1"
+        }
+      ], 
+      "prefix": "2001:db8:2:2::/64", 
+      "protocol": "connected", 
+      "selected": true, 
+      "vrfName": "r4-cust1"
+    }
+  ] 
+}