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