From 8a9c8f1412cb1258340b18a8eb622a835ef3c37b Mon Sep 17 00:00:00 2001 From: Ole Troan Date: Fri, 18 May 2018 11:01:31 +0200 Subject: VPP-1283: IPv4 PMTU missing MTU value in ICMP4 message. Change-Id: I7a4133c59ff45b0744b48e246a049d9f015026fc Signed-off-by: Ole Troan --- test/test_ip4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_ip4.py') 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)) -- cgit 1.2.3-korg