]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: fix missing rmac value in debug
authoranlan_cs <vic.lan@pica8.com>
Fri, 8 Jul 2022 04:09:56 +0000 (00:09 -0400)
committeranlan_cs <vic.lan@pica8.com>
Fri, 8 Jul 2022 04:27:00 +0000 (00:27 -0400)
commit2304139a62c667cad734becc43ace87826be397e
tree13121f61bcdc0c94c219e447b1678671130eedb0
parent79771c8752f46d1046e4a8d10637421e5f89e1ee
bgpd: fix missing rmac value in debug

`attr.rmac` is not set in debug as expected for its wrong place in code.

Just move the debug process (`bgp_debug_zebra(NULL)`) after possible `rmac`
value is set.

Signed-off-by: anlan_cs <vic.lan@pica8.com>
bgpd/bgp_evpn.c