Revert "MTU: Setting of MTU on software interface (instead of hardware interface)"
[vpp.git] / test / test_ip4.py
index 5b5cf09..1a61125 100644 (file)
@@ -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))