]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: mp_unreach_nlri fs sent with no nexthop
authorPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 14 Mar 2018 09:33:40 +0000 (10:33 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 30 Mar 2018 12:01:06 +0000 (14:01 +0200)
commita83da8e19cdc0d74f0589f8644dbe5b79943498c
treef60fe5487c76fef0fa51f76da60855ccc2cc6114
parent98a9dbc7edcc9b56cf80814028e244bbc58beb53
bgpd: mp_unreach_nlri fs sent with no nexthop

FS UNREACH message with 0 NLRI inside is sent after each peer
establishment. FS can send NLRI messages with no nexthop.
The commit fixes a message that is triggered by mistake
if FS was about to be sent, then that message is not output.
Also it fixes a typo.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
bgpd/bgp_attr.c