]> git.puffer.fish Git - mirror/frr.git/commitdiff
tests: Add testcase for SRv6 End.DT6 16892/head
authorCarmine Scarpitta <cscarpit@cisco.com>
Sun, 22 Sep 2024 05:36:12 +0000 (07:36 +0200)
committerCarmine Scarpitta <cscarpit@cisco.com>
Sun, 22 Sep 2024 05:40:50 +0000 (07:40 +0200)
Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
tests/topotests/zebra_seg6local_route/r1/routes.json

index de45bf15678ad463b24533f17183e736b248ec07..7dcc6450fa446b834d6cee3fc09b884f951e0280 100644 (file)
         }]
     }],
     "required_kernel": "5.11"
+  },
+  {
+    "in": {
+      "dest": "8::1",
+      "context": "End_DT6 10"
+    },
+    "out":[{
+        "prefix":"8::1/128",
+        "protocol":"sharp",
+        "selected":true,
+        "destSelected":true,
+        "distance":150,
+        "metric":0,
+        "installed":true,
+        "table":254,
+        "nexthops":[{
+            "flags":3,
+            "fib":true,
+            "active":true,
+            "directlyConnected":true,
+            "interfaceName": "dum0",
+            "seg6local": { "action": "End.DT6" }
+        }]
+    }]
   }
 ]