]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: fix segfault with '[no] bgp network import-check'
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 14:48:02 +0000 (11:48 -0300)
commit8b89a3023f651786a4709ee6212a0d6c61183d35
tree3eeefd65a7843583d3f074fff92a72e6535c1c10
parentaf5d681978a822a109b40ff9705a9da503a6ff40
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