]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: increase buffer size to store ecomunity as a string
authorPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 23 May 2018 10:10:00 +0000 (12:10 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 31 May 2018 15:44:40 +0000 (17:44 +0200)
commit3ecb5aaee25ad2d5a61a5e1e2149a85710900a73
treeda45f469b275b42a975df9bc81326140a96448f9
parent4664d740859867f3cd06224c5184f9d1298ea548
bgpd: increase buffer size to store ecomunity as a string

On the case where an ecom from FS redirect is received, the ecom may be
with the format A.B.C.D:E. On this case, the printable format of the
Flowspec redirect VRF ecom value may use more bytes in the buffer
dedicated for that. The buffer that stores the ecommunity is increased.

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