summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2025-02-15 09:16:29 -0500
committerGitHub <noreply@github.com>2025-02-15 09:16:29 -0500
commite8e995342a543037ab4da6fe61fa002ec041a440 (patch)
tree9e27a57eb484a586863979863ab2ece882b24ffe
parent44cf74ddeeca10c4b3d4b8269686315c34be9462 (diff)
parent8a80a18554591c8ee48da4bec58d0a350c6e8f2d (diff)
Merge pull request #18174 from cscarpitta/fix/backport_srv6_route_dump_for_10.0
lib: fix false context information for SRv6 route (backport #18023 for 10.0)
-rw-r--r--lib/srv6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/srv6.c b/lib/srv6.c
index dceb6ab48b..5e264b14d9 100644
--- a/lib/srv6.c
+++ b/lib/srv6.c
@@ -75,7 +75,7 @@ const char *seg6local_context2str(char *str, size_t size,
switch (action) {
case ZEBRA_SEG6_LOCAL_ACTION_END:
- snprintf(str, size, "USP");
+ snprintf(str, size, "-");
return str;
case ZEBRA_SEG6_LOCAL_ACTION_END_X: