This series of patches adds the ability to ospf to have unnumbered interfaces.
James Li (2): zebra: Add a new zebra message type ZEBRA_MESSAGE_ONLINK. ospfd: Add unnumbered interface support lib/if.c | 30 +++++++++++++++++++++++++ lib/if.h | 10 ++++++++- lib/zclient.c | 34 +++++++++++++++++++++++++++- lib/zclient.h | 1 + lib/zebra.h | 2 ++ ospfd/ospf_interface.c | 13 ++++++++--- ospfd/ospf_lsa.c | 39 ++++++++++++++++++++++---------- ospfd/ospf_route.c | 4 ++++ ospfd/ospf_route.h | 1 + ospfd/ospf_vty.c | 55 +++++++++++++++++++++++++-------------------- ospfd/ospf_zebra.c | 40 +++++++++++++++++++++++++++++++-- zebra/connected.c | 58 ++++++++++++++++++++++++++++++++++++++++++++++-- zebra/connected.h | 3 +++ zebra/interface.c | 4 ++++ zebra/rib.h | 2 ++ zebra/zebra_rib.c | 30 +++++++++++++++++++++++++ zebra/zserv.c | 5 +++++ 17 files changed, 286 insertions(+), 45 deletions(-) -- 1.7.10.4 _______________________________________________ Quagga-dev mailing list [email protected] https://lists.quagga.net/mailman/listinfo/quagga-dev
