From: Philippe Guibert Date: Wed, 2 Apr 2025 13:14:50 +0000 (+0200) Subject: zebra: precise debug information about NHA_ENCAP attribute X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=25056f31b6d9de4dc48676cfa28a931c051f1373;p=mirror%2Ffrr.git 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 --- 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. */