Skip to content

Commit

Permalink
use mtu constant in tools veth
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Sep 20, 2023
1 parent 39c7149 commit 04cefaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tools_veth.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
var (
AEnd = ""
BEnd = ""
MTU = clab.DefaultVethLinkMTU
MTU = links.DefaultLinkMTU
)

func init() {
Expand Down

0 comments on commit 04cefaf

Please sign in to comment.