This commit is contained in:
Xiaozhou Li
2016-07-11 21:15:04 -07:00
parent da594dcecd
commit 7630861fde
+1 -1
View File
@@ -510,7 +510,7 @@ class RemoteGRELink( RemoteLink ):
node1, node2, deleteIntfs=deleteIntfs )
# Need to reduce the MTU of all emulated hosts to 1450 for GRE
# tunneling, otherwise packets larger than 1400 bytes cannot be
# successfully transmitted through the turnnel.
# successfully transmitted through the tunnel.
node1.cmd('ip link set dev %s mtu 1450' % intfname1)
node2.cmd('ip link set dev %s mtu 1450' % intfname2)
else: