This code starts the refactoring of static route handling to use one
code path for both v4 and v6.

Additionally the last patch fixes a ipv6 duplicate route issue.

Donald Sharp (6):
  zebra: Collapse struct static_ipv[4|6] into struct static_route
  zebra: Remove HAVE_IPV6 from rib.h and zebra_rib.c
  zebra: Combine static_install_ipv[4|6]
  zebra: combine static_ipv[4|6]_nexthop_same into one function
  zebra: Combine static_uninstall_ipv[4|6] into one function
  zebra: Fix change of distance on ipv6 route creating duplicate routes

 lib/memtypes.c    |    3 +-
 zebra/rib.h       |   66 +++--------
 zebra/zebra_rib.c |  330 ++++++++++++++++-------------------------------------
 zebra/zebra_vty.c |   12 +-
 4 files changed, 121 insertions(+), 290 deletions(-)

-- 
1.7.10.4


_______________________________________________
Quagga-dev mailing list
[email protected]
https://lists.quagga.net/mailman/listinfo/quagga-dev

Reply via email to