diff options
| author | mxyns <mx.yns@outlook.fr> | 2022-07-26 18:38:08 +0200 |
|---|---|---|
| committer | mxyns <mx.yns@outlook.fr> | 2022-07-29 20:07:21 +0200 |
| commit | e7e1561fbbf0d22a98677f34dd1f8a20fd6d42b5 (patch) | |
| tree | 3f2ddb3cfe4e401702733457b62b7807a1dcabe4 /pimd/pim_cmd_common.c | |
| parent | fad64d02e404dc5d050408d9b80a8059ce0347cb (diff) | |
bgpd: fixed bmp vpnv4 monitoring are withdraws instead of updates
fixes the recent support bmp monitor of VPNv4 afi/safi
the bmp updates messages (MP_REACH_NLRI) are never sent for VPNv4 and bmp withdraws (MP_UNREACH_NRLI) are sent instead
this is caused by bgp_node_lookup which fails to find VPNv4 bgp_node in the rib which results in NULL path info attributes passed to bmp_monitor
using bgp_afi_node_lookup instead of bgp_node_lookup solves the problem
Signed-off-by: Maxence Younsi <mx.yns@outlook.fr>
Diffstat (limited to 'pimd/pim_cmd_common.c')
0 files changed, 0 insertions, 0 deletions
