]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_debug.c
bgpd: debugs on subnets need to use apply_mask()
authorDaniel Walton <dwalton@cumulusnetworks.com>
Tue, 19 Sep 2017 13:38:35 +0000 (13:38 +0000)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Tue, 19 Sep 2017 13:38:35 +0000 (13:38 +0000)
commit0be4b77cda0a8c16985a2a3a0186c492e095da3c
treedc1fcdad9b89a22c64158181cf3f1d3bac808012
parent8ad1fe6cae1b1e4b17448b1b7a64651e53ffaa3a
bgpd: debugs on subnets need to use apply_mask()

Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
You could configure something bogus like "debug bgp updates prefix
10.1.1.1/16", this needs to be converted to "10.1.0.0/16"
bgpd/bgp_debug.c