Add proto=static to proxies network interfaces
This commit is contained in:
parent
35b1487d2a
commit
5f17ae2964
2 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@ network_interfaces:
|
|||
mac: 52:54:00:ac:dc:0d
|
||||
ipaddr: 172.20.21.13
|
||||
netmask: 255.255.252.0
|
||||
proto: static
|
||||
- device: vio1
|
||||
vlan: 102
|
||||
proto: none
|
||||
|
|
|
@ -6,6 +6,7 @@ network_interfaces:
|
|||
mac: 52:54:00:ac:dc:0e
|
||||
ipaddr: 172.20.21.14
|
||||
netmask: 255.255.252.0
|
||||
proto: static
|
||||
- device: vio1
|
||||
vlan: 102
|
||||
proto: none
|
||||
|
|
Loading…
Add table
Reference in a new issue