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

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 (3):
  netdev-dummy: Support multiple IP addresses
  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              |  66 +++++++++------
 lib/ovs-router.c                | 138 ++++++++++++++++++++++++--------
 lib/ovs-router.h                |   3 +-
 lib/route-table.c               |  16 +++-
 ofproto/ofproto-tnl-unixctl.man |   9 ++-
 tests/ovs-router.at             |  78 ++++++++++++++++++
 tests/system-route.at           |  39 +++++++++
 8 files changed, 288 insertions(+), 64 deletions(-)

-- 
2.31.1

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

Reply via email to