Re: [ovs-dev] [PATCH v1 2/2] route-table: retrieving the preferred source address from Netlink.

2023-02-07 Thread Simon Horman
On Mon, Feb 06, 2023 at 06:28:27PM +0900, Nobuhiro MIKI wrote: > We can use the "ip route add ... src ..." command to set the preferred > source address for each entry in the kernel FIB. OVS has a mechanism to > cache the FIB, but the preferred source address is ignored and > calculated with its ow

[ovs-dev] [PATCH v1 2/2] route-table: retrieving the preferred source address from Netlink.

2023-02-06 Thread Nobuhiro MIKI
We can use the "ip route add ... src ..." command to set the preferred source address for each entry in the kernel FIB. OVS has a mechanism to cache the FIB, but the preferred source address is ignored and calculated with its own logic. This patch resolves the difference between kernel FIB and OVS