summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: