X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_ip4.py;h=1a611251eb5774a252eb6e64de72e55040e3b0eb;hb=70a26ac05f2ab9d4cc0669599b09f654de580f36;hp=5b5cf09c86f8be24f97b7cd8a13087f49941022a;hpb=70083ee74c3141bbefb185525315f1b34497dcaa;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))