From 25056f31b6d9de4dc48676cfa28a931c051f1373 Mon Sep 17 00:00:00 2001 From: Philippe Guibert Date: Wed, 2 Apr 2025 15:14:50 +0200 Subject: [PATCH] zebra: precise debug information about NHA_ENCAP attribute Tell in the NHA_ENCAP attribute that it may also contain SRv6 SIDs. Signed-off-by: Philippe Guibert --- zebra/debug_nl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zebra/debug_nl.c b/zebra/debug_nl.c index 037d0b6237..8b0372b03c 100644 --- a/zebra/debug_nl.c +++ b/zebra/debug_nl.c @@ -1409,8 +1409,8 @@ next_rta: } break; case NHA_ENCAP: - /* TODO: handle MPLS labels. */ - zlog_debug(" unparsed MPLS labels"); + /* TODO: handle MPLS labels or SRv6 SIDs. */ + zlog_debug(" unparsed MPLS labels or SRv6 SIDs"); break; case NHA_GROUPS: /* TODO: handle this message. */ -- 2.39.5