]> git.puffer.fish Git - mirror/frr.git/commitdiff
zebra: precise debug information about NHA_ENCAP attribute
authorPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 2 Apr 2025 13:14:50 +0000 (15:14 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 1 May 2025 07:15:53 +0000 (09:15 +0200)
Tell in the NHA_ENCAP attribute that it may also contain SRv6 SIDs.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
zebra/debug_nl.c

index 037d0b6237d270d82024016bfe32be0eb4886794..8b0372b03cea03295824ba6f7925e0cdb21299c2 100644 (file)
@@ -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. */