Skip to content

Commit

Permalink
veth link mtu set to 9500
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Jul 10, 2021
1 parent fa9c2da commit b2544f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clab/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ const (
dockerNetIPv6Addr = "2001:172:20:20::/64"
// NSPath value assigned to host interfaces
hostNSPath = "__host"
// veth link mtu. jacked up to 65k to allow jumbo testing of various sizes
defaultVethLinkMTU = 65000
// veth link mtu
defaultVethLinkMTU = 9500
// containerlab's reserved OUI
clabOUI = "aa:c1:ab"
)
Expand Down

0 comments on commit b2544f2

Please sign in to comment.