]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: fix covery 1566055, label table overrun
authorPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 27 Jun 2023 16:21:53 +0000 (18:21 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 28 Jun 2023 19:20:31 +0000 (21:20 +0200)
commitbf11a19e932b553e7dffbbcf257e19e155c67e57
tree550e867c656d1e479fbbcea99413a85027b02a02
parent81664e720172b0d77da45f6574717510f8613335
bgpd: fix covery 1566055, label table overrun

In case the full label stack is used, there may be
a table overrun happening. Avoid it by increasing the
size of the table.

Fixes: 27f4deed0ac1 ("bgpd: update the mpls entry to handle return traffic")
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
bgpd/bgp_mplsvpn.c