X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_ip4.py;h=5b5cf09c86f8be24f97b7cd8a13087f49941022a;hb=70083ee74c3141bbefb185525315f1b34497dcaa;hp=1a611251eb5774a252eb6e64de72e55040e3b0eb;hpb=25b049484fcf9161edb2c19250066b893c38c264;p=vpp.git diff --git a/test/test_ip4.py b/test/test_ip4.py index 1a611251eb5..5b5cf09c86f 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) / + ttl=10, flags='DF') / UDP(sport=1234, dport=1234) / Raw('\xa5' * 2000))