Change struct prefix a bit. Make the aspath pointer opaque and remove the
authorclaudio <claudio@openbsd.org>
Mon, 5 Feb 2018 03:55:54 +0000 (03:55 +0000)
committerclaudio <claudio@openbsd.org>
Mon, 5 Feb 2018 03:55:54 +0000 (03:55 +0000)
commit2b6d2161ac7b5eca12c9e051c994a7239c33806c
tree6914d0bf6c2bb4ead111bf60dca69177ac75daef
parent48565214692a74792706e4f09508afe348eabfe3
Change struct prefix a bit. Make the aspath pointer opaque and remove the
direct pointer to the pt_prefix struct. To getter functions prefix_aspath()
and prefix_peer() added to make access of the opaque pointers possible.
Looks good henning@ and benno@
usr.sbin/bgpd/mrt.c
usr.sbin/bgpd/rde.c
usr.sbin/bgpd/rde.h
usr.sbin/bgpd/rde_decide.c
usr.sbin/bgpd/rde_rib.c
usr.sbin/bgpd/rde_update.c