Re: [ovs-dev] [PATCH v6 1/5] netdev-dummy: Support multiple IP addresses.

2023-03-03 Thread Eelco Chaudron
On 2 Mar 2023, at 7:34, Nobuhiro MIKI wrote: > This is useful in test cases where multiple IPv4/IPv6 addresses > are assigned together. > > Acked-by: Eelco Chaudron > Reviewed-by: Simon Horman > Signed-off-by: Nobuhiro MIKI > --- This patch still looks good with the additional changes!

[ovs-dev] [PATCH v6 1/5] netdev-dummy: Support multiple IP addresses.

2023-03-01 Thread Nobuhiro MIKI
This is useful in test cases where multiple IPv4/IPv6 addresses are assigned together. Acked-by: Eelco Chaudron Reviewed-by: Simon Horman Signed-off-by: Nobuhiro MIKI --- lib/netdev-dummy.c | 70 +- 1 file changed, 44 insertions(+), 26 deletions(-)