summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/topotests/zebra_seg6local_route/r1/routes.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/topotests/zebra_seg6local_route/r1/routes.json b/tests/topotests/zebra_seg6local_route/r1/routes.json
index e391922566..baa2ca7a14 100644
--- a/tests/topotests/zebra_seg6local_route/r1/routes.json
+++ b/tests/topotests/zebra_seg6local_route/r1/routes.json
@@ -119,5 +119,29 @@
}]
}],
"required_kernel": "5.14"
+ },
+ {
+ "in": {
+ "dest": "6::1",
+ "context": "End_DX6 2001::1"
+ },
+ "out":[{
+ "prefix":"6::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.DX6" }
+ }]
+ }]
}
]