From 5e6bc730efc64c1ccbaca765e99faab828b2f76c Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Thu, 25 May 2023 12:04:53 -0700 Subject: udp: fix local port reuse check Type: fix Signed-off-by: Florin Coras Change-Id: I323946f7838507110c663f5a904399a74fc76691 (cherry picked from commit d921b8988044f708318eb73a1fa883fce094a4d6) --- test/asf/test_vcl.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/asf/test_vcl.py b/test/asf/test_vcl.py index 9853529da56..59c077ee4f7 100644 --- a/test/asf/test_vcl.py +++ b/test/asf/test_vcl.py @@ -996,6 +996,7 @@ class LDPThruHostStackIperfUdp(VCLTestCase): "-t 2", "-u", "-l 1400", + "-P 2", "-c", self.loop0.local_ip4, ] -- cgit