qvmhost: use 9000 mtu like everything else

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-08-16 18:08:03 -07:00
parent 96d9ed3d6b
commit db450f7313
2 changed files with 4 additions and 0 deletions

View file

@ -26,8 +26,10 @@ network_connections:
name: br0
state: up
type: bridge
mtu: 9000
- mac: "{{ br0_port0_mac }}"
master: br0
name: br0-port0
state: up
type: ethernet
mtu: 9000

View file

@ -29,8 +29,10 @@ network_connections:
name: br0
state: up
type: bridge
mtu: 9000
- mac: '{{ br0_port0_mac }}'
master: br0
name: br0-port0
state: up
type: ethernet
mtu: 9000