# This is the network config written by 'subiquity'
network:
  ethernets:
    enp1s0f0:
      link-local: [ ipv4 ]
      dhcp4: true
      dhcp4-overrides:
        route-metric: 200
    enp1s0f1:
      link-local: [ ipv4 ]
      dhcp4: false
      optional: true
    enp4s0:
      link-local: [ ipv4 ]
      dhcp4: true
      dhcp4-overrides:
        route-metric: 100
    enp5s0:
      link-local: [ ipv4 ]
      dhcp4: false
      optional: true
  version: 2

