]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: remove wrong assert
authorRenato Westphal <renato@opensourcerouting.org>
Fri, 19 Oct 2018 18:55:08 +0000 (15:55 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Sat, 20 Oct 2018 15:39:05 +0000 (12:39 -0300)
commit68badf70b19dd0977966f267acf98cd8970260dc
tree8ca43bb42d67687565e859b883052d4d1415d3c5
parent7f5f853d0b8b71c84dad23c1b3d883f6962cd26f
bgpd: remove wrong assert

The vnc_direct_del_rn_group_rd() function can be called with the 'afi'
parameter set to AFI_L2VPN on some specific cases. Remove the assert to
fix the crash.

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