From: Carmine Scarpitta Date: Sun, 22 Sep 2024 05:35:44 +0000 (+0200) Subject: tests: Add testcase for SRv6 End.DX6 X-Git-Tag: base_10.2~62^2~2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=31376097fcbeb89a201cda520f0c6c4b98b74c22;p=mirror%2Ffrr.git tests: Add testcase for SRv6 End.DX6 Signed-off-by: Carmine Scarpitta --- 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" } + }] + }] } ]