]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: fix segfault with '[no] bgp network import-check' 521/head
authorRenato Westphal <renato@opensourcerouting.org>
Fri, 12 May 2017 14:01:02 +0000 (11:01 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Fri, 12 May 2017 15:03:53 +0000 (12:03 -0300)
commit7c7f4284cf79cf973f9d50b2a40889e09e328d72
tree214ec979b71498fb8449ea24d7ec1a1860a13fa9
parent92a8bd6e7a9b24a350e45c1a3db939b0f591fa0a
bgpd: fix segfault with '[no] bgp network import-check'

These commands were causing bgpd to crash if a static VPN route was
configured.

While here, fix a bug in bgp_static_add() and bgp_static_delete().

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
bgpd/bgp_route.c