X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_ip4.py;h=1a611251eb5774a252eb6e64de72e55040e3b0eb;hb=fe7d4a2e31529eed5416b38b520fdc84687df03c;hp=5b5cf09c86f8be24f97b7cd8a13087f49941022a;hpb=bca9290056b1ee206a05c13bbb46b1b40a8bd804;p=vpp.git diff --git a/test/test_ip4.py b/test/test_ip4.py index 5b5cf09c86f..1a611251eb5 100644 --- a/test/test_ip4.py +++ b/test/test_ip4.py @@ -1294,7 +1294,7 @@ class TestIPInput(VppTestCase): dst=self.pg0.local_mac) / IP(src=self.pg0.remote_ip4, dst=self.pg1.remote_ip4, - ttl=10, flags='DF') / + ttl=10) / UDP(sport=1234, dport=1234) / Raw('\xa5' * 2000))