]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: attributes presence checked when mpreach is present 2317/head
authorPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 25 May 2018 10:22:14 +0000 (12:22 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 31 May 2018 15:44:41 +0000 (17:44 +0200)
commit495a22218a71f6936cd212beb281c6d28ab3dbaf
treeb695e50338d01b449327e3186694d339c30ff293
parent88c423d51ba24f4dcdd6efc512f3692814aa16e1
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