root/configs/phalanx/01-netcfg.yaml @ a5734307
| b9381291 | David Sorber | # This is the network config written by 'subiquity'
|
||
| 1a887ea3 | David Sorber | network:
|
||
ethernets:
|
||||
enp1s0f0:
|
||||
| b9381291 | David Sorber | link-local: [ ipv4 ]
|
||
dhcp4: true
|
||||
dhcp4-overrides:
|
||||
route-metric: 200
|
||||
enp1s0f1:
|
||||
link-local: [ ipv4 ]
|
||||
dhcp4: false
|
||||
optional: true
|
||||
| 1a887ea3 | David Sorber | enp4s0:
|
||
| b9381291 | David Sorber | link-local: [ ipv4 ]
|
||
dhcp4: true
|
||||
dhcp4-overrides:
|
||||
route-metric: 100
|
||||
enp5s0:
|
||||
link-local: [ ipv4 ]
|
||||
dhcp4: false
|
||||
optional: true
|
||||
version: 2
|