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

2023-03-01 Thread Eelco Chaudron
On 22 Feb 2023, at 11:29, Nobuhiro MIKI wrote: > This is useful in test cases where multiple IPv4/IPv6 addresses > are assigned together. > > Reviewed-by: Simon Horman > Signed-off-by: Nobuhiro MIKI With the suggested changes applied by Ilya this patch looks good to me. Acked-by: Eelco

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

2023-02-22 Thread Nobuhiro MIKI
This is useful in test cases where multiple IPv4/IPv6 addresses are assigned together. Reviewed-by: Simon Horman Signed-off-by: Nobuhiro MIKI --- lib/netdev-dummy.c | 67 +- 1 file changed, 43 insertions(+), 24 deletions(-) diff --git