]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: Fix missed usage of bgp_static_get_node_info()
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 26 Sep 2018 11:51:49 +0000 (07:51 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 16 Nov 2018 14:43:35 +0000 (09:43 -0500)
commit96f10e1edc439b1aeae39c2cd722bdb995ad7647
tree0324c105ee8d57e5756140e2b2871b0ece673231
parent67009e2200b70563b5b2eb1ca5752d7fafe6902c
bgpd: Fix missed usage of bgp_static_get_node_info()

Fix the missed usage of bgp_static_get_node_info and also
cleanup the function around it that was using it to make
it a bit more readable.

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