On 22 Feb 2023, at 11:29, Nobuhiro MIKI wrote:

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

Hi Nobuhiro,

I was on PTO last week, will try to review it later this week, or early next 
week.

//Eelco


> 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
> [email protected]
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to