]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_table.h
bgpd: Abstract bgp_static retrieving/setting from info pointer
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 30 Jul 2018 14:30:41 +0000 (10:30 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 22 Sep 2018 18:59:23 +0000 (14:59 -0400)
commita78beeb544e9b6407cf71e45bdb4cd70788e2c2d
tree08152a1ab735f2d86d4bd9ee763b03ce80e1447c
parentca2e160d7dca2621260ddf03e2e07e4c8c4495af
bgpd: Abstract bgp_static retrieving/setting from info pointer

The bgp_static data is stored as a void pointer in `struct bgp_node`.
Abstract retrieval of this data and setting of this data
into functions so that in the future we can move around
what is stored in bgp_node.

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