Instead of exracting the prefix into a bgpd_addr and passing that to
authorclaudio <claudio@openbsd.org>
Tue, 28 Mar 2023 15:17:34 +0000 (15:17 +0000)
committerclaudio <claudio@openbsd.org>
Tue, 28 Mar 2023 15:17:34 +0000 (15:17 +0000)
commitde422abdef7a8c108370a1ae402de1edcf165af2
tree14582b85389ef9b63c66c7ec4b98126d2281a7a9
parentde36d992019d5b44377c5b6ad1981a51d38f5a1b
Instead of exracting the prefix into a bgpd_addr and passing that to
prefix_write() rename prefix_write() to pt_write() and pass a pt_entry to
the function. Removes an extra conversion step.
OK tb@
usr.sbin/bgpd/mrt.c
usr.sbin/bgpd/rde.h
usr.sbin/bgpd/rde_prefix.c
usr.sbin/bgpd/rde_rib.c
usr.sbin/bgpd/rde_update.c