Skip to content

Commit

Permalink
Merge pull request #39 from metal-stack/bridge-mtu
Browse files Browse the repository at this point in the history
add MTUBytes=9000 to bridge netdev
  • Loading branch information
mwindower authored Nov 25, 2020
2 parents 9d3860e + 2610dda commit 76c1e5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
github.com/google/go-cmp v0.5.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.5.1 h1:JFrFEBb2xKufg6XkJsJr+WbKb4FQlURi5RUcBveYu9k=
github.com/google/go-cmp v0.5.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.5.2 h1:X2ev0eStA3AbceY54o37/0PQ/UWqKEiiO2dKL5OPaFM=
github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.5.4 h1:L8R9j+yAqZuZjsqh/z+F1NCffTKKLShY6zXTItVIZ8M=
github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[NetDev]
Name=bridge
Kind=bridge
MTUBytes=9000

[Bridge]
DefaultPVID=none
Expand Down
1 change: 1 addition & 0 deletions internal/netconf/tpl/networkd/20-bridge.netdev.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[NetDev]
Name=bridge
Kind=bridge
MTUBytes=9000

[Bridge]
DefaultPVID=none
Expand Down

0 comments on commit 76c1e5f

Please sign in to comment.