A resping of pending nhrp prerequisite patches rebased on top of current master.
Changes since last send: - atomic FIB updates should now build on BSD - added initial ll_type/hw_addr patch based on Paul's work 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/kernel_null.c | 14 +- zebra/kernel_socket.c | 48 ++++-- zebra/rib.h | 1 + zebra/rt.h | 9 +- zebra/rt_netlink.c | 127 +++++++++++----- zebra/rt_netlink.h | 1 + zebra/rt_socket.c | 76 ++++------ zebra/rtadv.c | 19 --- zebra/zebra_fpm.c | 2 +- zebra/zebra_rib.c | 412 +++++++++++++++++++++----------------------------- zebra/zebra_vty.c | 4 + zebra/zserv.c | 17 +-- 18 files changed, 466 insertions(+), 434 deletions(-) -- 2.6.4 _______________________________________________ Quagga-dev mailing list [email protected] https://lists.quagga.net/mailman/listinfo/quagga-dev
