fix typo
This commit is contained in:
+1
-1
@@ -510,7 +510,7 @@ class RemoteGRELink( RemoteLink ):
|
|||||||
node1, node2, deleteIntfs=deleteIntfs )
|
node1, node2, deleteIntfs=deleteIntfs )
|
||||||
# Need to reduce the MTU of all emulated hosts to 1450 for GRE
|
# Need to reduce the MTU of all emulated hosts to 1450 for GRE
|
||||||
# tunneling, otherwise packets larger than 1400 bytes cannot be
|
# 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)
|
node1.cmd('ip link set dev %s mtu 1450' % intfname1)
|
||||||
node2.cmd('ip link set dev %s mtu 1450' % intfname2)
|
node2.cmd('ip link set dev %s mtu 1450' % intfname2)
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user