]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Fixed snmp and bmp 'just Established' test.
authorJosh Cox <josh.cox@pureport.com>
Thu, 19 Mar 2020 21:52:10 +0000 (17:52 -0400)
committerJosh Cox <josh.cox@pureport.com>
Thu, 19 Mar 2020 22:04:47 +0000 (18:04 -0400)
commitfd2e2db68040223c2851394e3791c433ece7ca16
tree4bcebde3de3dec1fc9713b429cf00b2081ef4dc5
parent9c23deece23e7684f3bd6cd556b4d4ba4a4d2047
bgpd: Fixed snmp and bmp 'just Established' test.

It was previously comparing an fsm event variable with an fsm status constant.
This fixes issue #5963.

Signed-off-by: Josh Cox <josh.cox@pureport.com>
bgpd/bgp_bmp.c
bgpd/bgp_snmp.c