]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: Abstract aggregate retrieving/setting from info pointer
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 30 Jul 2018 12:50:47 +0000 (08:50 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 22 Sep 2018 18:59:23 +0000 (14:59 -0400)
commitb1e62edd5ed63256db05af56dfc1394eea4e7b3a
tree712d8e70c84d9443c3ef6c912f20b1da42457150
parentbf07c256a3a9f2517ce0038291a348cb8dbf3979
bgpd: Abstract aggregate retrieving/setting from info pointer

The aggregate 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