]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: attributes presence checked when mpreach is present
authorPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 25 May 2018 10:22:14 +0000 (12:22 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 25 May 2018 13:49:38 +0000 (15:49 +0200)
commit404c82d569a3150eeabce1c6480afdcc58ba97f1
treebba6bfeb490248970ecca2d4a5563cf09675288a
parent6818e7e5c74107ee4f35f5d415645faeee84594a
bgpd: attributes presence checked when mpreach is present

On the case where an mp_unreach attribute is received, while there is no
mp_reach attribute too, it is not necessary to check for missing
attributes.

Fixes: 67495ddb2e5b ("bgpd: Fixes for recent well-known-attr check patch.")
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
bgpd/bgp_attr.c