summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2025-02-15 09:16:44 -0500
committerGitHub <noreply@github.com>2025-02-15 09:16:44 -0500
commit1ccd0eb4903b4ce017f57935c82ee24c13360ae9 (patch)
treef4cace3bba98cf143419320786d4c63c22d79a61
parentb21b43fcc88a05b94901518abd93edc9f6ef136a (diff)
parent4329f24625f9569ab5367a1f064d21b92504904e (diff)
Merge pull request #18175 from cscarpitta/fix/backport_srv6_route_dump_for_10.1
lib: fix false context information for SRv6 route (backport #18023 for 10.1)
-rw-r--r--lib/srv6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/srv6.c b/lib/srv6.c
index a82103e423..18e453d4fb 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: