mbox series

[ovs-dev,v3,0/3] Add support for preffered src address in ovs-router

Message ID 20230214033906.23576-1-nmiki@yahoo-corp.jp
Headers show
Series Add support for preffered src address in ovs-router | expand

Message

Nobuhiro MIKI Feb. 14, 2023, 3:39 a.m. UTC
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(-)