From: Carmine Scarpitta Date: Sun, 17 Nov 2024 07:24:44 +0000 (+0100) Subject: sharpd: Use IPV6_MAX_BITLEN in `sharp send opaque notify` X-Git-Tag: base_10.3~232^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=refs%2Fpull%2F17445%2Fhead;p=mirror%2Ffrr.git sharpd: Use IPV6_MAX_BITLEN in `sharp send opaque notify` Signed-off-by: Carmine Scarpitta --- diff --git a/sharpd/sharp_vty.c b/sharpd/sharp_vty.c index f024680755..29cf784c99 100644 --- a/sharpd/sharp_vty.c +++ b/sharpd/sharp_vty.c @@ -945,7 +945,7 @@ DEFPY (neigh_discover, prefix.u.prefix4 = dst4; } else { prefix.family = AF_INET6; - prefix.prefixlen = 128; + prefix.prefixlen = IPV6_MAX_BITLEN; prefix.u.prefix6 = dst6; }