Skip to content

Commit

Permalink
Merge pull request #1 from hawicz/master
Browse files Browse the repository at this point in the history
Limit the MTU to 1460, since that's the most that GCE supports.
  • Loading branch information
bsiegert authored Nov 14, 2017
2 parents cbe4134 + c6e5b33 commit a181b77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mkvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def find_latest_release(branch, arch):
commands = [
"""cat > /etc/ifconfig.vioif0 << EOF
!dhcpcd vioif0
mtu 1460
EOF""",
"dhcpcd",
"""ed /etc/fstab << EOF
Expand Down

0 comments on commit a181b77

Please sign in to comment.