Fix incorrect netdev type key name
This commit is contained in:
parent
1e0eb9b426
commit
425761f0f5
@ -66,7 +66,7 @@ en1:
|
||||
eno2:
|
||||
bond: bond0
|
||||
bond0:
|
||||
type: bond
|
||||
device: bond
|
||||
firewall: internal
|
||||
gateway: 10.42.101.1/24
|
||||
dns:
|
||||
@ -76,7 +76,7 @@ en1:
|
||||
- 192.168.255.255/32
|
||||
dhcp: false
|
||||
bond0.99:
|
||||
type: vlan
|
||||
device: vlan
|
||||
firewall: trusted
|
||||
addresses:
|
||||
- 192.168.42.10/24
|
||||
@ -102,7 +102,7 @@ en1:
|
||||
eno2:
|
||||
bond: bond0
|
||||
bond0:
|
||||
type: bond
|
||||
device: bond
|
||||
firewall: internal
|
||||
dhcp: false
|
||||
gateway: 10.42.101.1/24
|
||||
@ -112,7 +112,7 @@ en1:
|
||||
dns:
|
||||
- 10.42.101.1
|
||||
bond0.99:
|
||||
type: vlan
|
||||
device: vlan
|
||||
firewall: trusted
|
||||
dhcp: false
|
||||
addresses:
|
||||
@ -139,7 +139,7 @@ en1:
|
||||
eno2:
|
||||
bond: bond0
|
||||
bond0:
|
||||
type: bond
|
||||
device: bond
|
||||
firewall: internal
|
||||
gateway: 10.42.101.1/24
|
||||
dns:
|
||||
@ -149,7 +149,7 @@ en1:
|
||||
- 192.168.255.255/32
|
||||
dhcp: false
|
||||
bond0.99:
|
||||
type: vlan
|
||||
device: vlan
|
||||
firewall: trusted
|
||||
addresses:
|
||||
- 192.168.42.30/24
|
||||
|
Reference in New Issue
Block a user