]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd, lib: extend the size of the prefix string buffer
authorLouis Scalbert <louis.scalbert@6wind.com>
Fri, 21 Apr 2023 09:56:07 +0000 (11:56 +0200)
committerLouis Scalbert <louis.scalbert@6wind.com>
Mon, 18 Sep 2023 12:57:03 +0000 (14:57 +0200)
commitbdb3fa3b9216aede64c5b982011fb04ef25c67f7
tree57ca5e4069208043238c4fa518a23bd2e32630d2
parent0c94fb9cc853b3bcc98e8acca9fd03a036d33c92
bgpd, lib: extend the size of the prefix string buffer

BGP Link-State prefixes are special prefixes that contains a lot of
data.

Extend the length of the prefix string buffer in order to display
properly this type of prefixes with the next commits.

Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
bgpd/bgp_route.c
bgpd/bgp_table.c
lib/prefix.c
lib/prefix.h