With this series, the preferred source address in ovs-router is obtained
from both ovs/route/add command and kernel FIB.

v5:
- Add patch to fix man page
v4:
- Add cleanup patch for ovs/route/add
- Remove unrelated code
v3:
- Fix netdev-dummy to support multiple IP addresses
- Add validation and unit tests for ovs/route/add
- Refactor parsing for optional parameters in ovs/route/add command
v2:
- Add NEWS

Nobuhiro MIKI (5):
  netdev-dummy: Support multiple IP addresses.
  ovs-router: Cleanup parser for ovs/route/add command.
  ofproto: Fix mam page for tunnel related commands.
  ovs-router: Introduce src option in ovs/route/add command.
  route-table: Retrieving the preferred source address from Netlink.

 NEWS                            |   3 +
 lib/netdev-dummy.c              |  67 ++++++++++------
 lib/ovs-router.c                | 137 ++++++++++++++++++++++++--------
 lib/ovs-router.h                |   3 +-
 lib/route-table.c               |  16 +++-
 ofproto/ofproto-tnl-unixctl.man |   9 ++-
 tests/ovs-router.at             | 105 +++++++++++++++++++++++-
 tests/system-route.at           |  39 +++++++++
 8 files changed, 311 insertions(+), 68 deletions(-)

-- 
2.31.1

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to