Re: [PATCH net-next 02/10] selftests: forwarding: lib.sh: Validate NETIFS

2024-04-15 Thread Hangbin Liu
On Fri, Apr 12, 2024 at 07:03:05PM +0200, Petr Machata wrote: > The variable should contain at least NUM_NETIFS interfaces, stored > as keys named "p$i", for i in `seq $NUM_NETIFS`. > > Signed-off-by: Petr Machata > Reviewed-by: Benjamin Poirier > --- >

[PATCH net-next 02/10] selftests: forwarding: lib.sh: Validate NETIFS

2024-04-12 Thread Petr Machata
The variable should contain at least NUM_NETIFS interfaces, stored as keys named "p$i", for i in `seq $NUM_NETIFS`. Signed-off-by: Petr Machata Reviewed-by: Benjamin Poirier --- tools/testing/selftests/net/forwarding/lib.sh | 22 ++- 1 file changed, 17 insertions(+), 5