Clean up prefix flag handling. First of all the dynamic networks no longer
authorclaudio <claudio@openbsd.org>
Sun, 9 Sep 2018 12:33:51 +0000 (12:33 +0000)
committerclaudio <claudio@openbsd.org>
Sun, 9 Sep 2018 12:33:51 +0000 (12:33 +0000)
commitbb8f17e74fb97171e80b5c0db2b54df45b900ff2
treed9383e7bd026dae7911e7f0bba83d936b146cc45
parent47feec7c0b23dc3531658f59f4c12ecdb69397d1
Clean up prefix flag handling. First of all the dynamic networks no longer
need this and are now treated equally to the network statement in the config.
This makes bgpctl network delete <net> also remove a network which was defined
in the config.
While there remove the other use of flag which was done to support Adj-RIB-Out
but the direction we're taking is no longer needing that. Makes code simpler
again.
OK benno@
usr.sbin/bgpd/rde.c
usr.sbin/bgpd/rde.h
usr.sbin/bgpd/rde_rib.c
usr.sbin/bgpd/rde_update.c