Skip to content

Commit

Permalink
netns: set MTU to 9000 for dae0
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwinger233 committed Feb 28, 2024
1 parent b7d836d commit c533215
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions control/netns_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ func (ns *DaeNetns) setupVeth() (err error) {
if err = netlink.LinkAdd(&netlink.Veth{
LinkAttrs: netlink.LinkAttrs{
Name: HostVethName,
MTU: 9000,
TxQLen: 1000,
},
PeerName: NsVethName,
Expand Down

0 comments on commit c533215

Please sign in to comment.