Hi, This should address most review feedback so far. The last patch still adds the enum to zebra.h. And may need to be rebased if the zebra.h cleanup patches are going in before this. Hopefully this builds now on all bsd variants.
I also collected the acked-by lines received so far. /Timo Timo Teräs (5): zebra: atomic FIB updates zebra: use link scope for interface routes zebra: support FIB override routes zebra: remove metric from kernel lib, zebra: unify link layer type and hardware address handling isisd/isis_circuit.c | 10 -- lib/if.c | 60 ++++++++ lib/if.h | 15 +- lib/zclient.c | 5 +- lib/zebra.h | 62 ++++++++ zebra/interface.c | 18 +-- zebra/interface.h | 10 ++ zebra/kernel_null.c | 14 +- zebra/kernel_socket.c | 51 +++++-- zebra/rib.h | 1 + zebra/rt.h | 9 +- zebra/rt_netlink.c | 133 ++++++++++------ zebra/rt_netlink.h | 1 + zebra/rt_socket.c | 74 ++++----- zebra/rtadv.c | 19 --- zebra/zebra_fpm.c | 2 +- zebra/zebra_rib.c | 412 +++++++++++++++++++++----------------------------- zebra/zebra_vty.c | 4 + zebra/zserv.c | 17 +-- 19 files changed, 483 insertions(+), 434 deletions(-) -- 2.7.0 _______________________________________________ Quagga-dev mailing list [email protected] https://lists.quagga.net/mailman/listinfo/quagga-dev
