]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: fixes bmp stats send-experimental configuration
authorPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 14 May 2024 12:52:23 +0000 (14:52 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 14 May 2024 12:54:19 +0000 (14:54 +0200)
commitcd001c5ac07d9dd45ce4faada2cf1244a1f8163f
tree4b1867fae56596c86e1e3c90f3f34dcaba35f30f
parent281c891f167c198d0cdd90f54e06f2f30e403e87
bgpd: fixes bmp stats send-experimental configuration

Unconfiguring the send-experimental stats in BMP has no effect
on the current behavior.

Fixes this by swapping the configuration boolean.

Fixes: 7ba991cf963f ("bgpd: add 'bmp stat send-experimental' command")
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
bgpd/bgp_bmp.c