]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Fix compile warning -> error 3851/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 22 Feb 2019 15:50:14 +0000 (10:50 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 22 Feb 2019 15:50:14 +0000 (10:50 -0500)
commitc3935045954a8ac040d04988ec2a145527b56e36
tree4dd19fdc1794cf4decd3a016739e6d337a86d6d6
parent494724f6e45c1d99e24efe8372041bf94c68d9bd
bgpd: Fix compile warning -> error

The struct prefix *prefix is really a const struct prefix *
This was causing compile warns->errors on some compilers

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_routemap.c