]> 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>
Fri, 25 May 2018 13:49:38 +0000 (15:49 +0200)
commit1f5235f68a3981ddbb3ead72106c7bf1e9de2257
tree6d936220570ec92b05e0c48f2e81e6c406f51d51
parentf0936054e0728aa487011ea13b8b6e1d96a50677
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