bvmhost-x86-04.stg: try setting 9k mtu
This host doesn't have any guests on it yet. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
bc5e3e6f93
commit
ec6d71f911
1 changed files with 2 additions and 0 deletions
|
@ -35,8 +35,10 @@ network_connections:
|
||||||
name: br0
|
name: br0
|
||||||
state: up
|
state: up
|
||||||
type: bridge
|
type: bridge
|
||||||
|
mtu: 9000
|
||||||
- mac: "{{ br0_port0_mac }}"
|
- mac: "{{ br0_port0_mac }}"
|
||||||
master: br0
|
master: br0
|
||||||
name: br0-port0
|
name: br0-port0
|
||||||
state: up
|
state: up
|
||||||
type: ethernet
|
type: ethernet
|
||||||
|
mtu: 9000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue