# cat /etc/netplan/00-installer-config.yaml # This is the network config written by 'subiquity' network: bonds: enobond0: dhcp4: true dhcp6: true interfaces: - eno1 - eno2 parameters: mode: 802.3ad transmit-hash-policy: layer3+4 mii-monitor-interval: 50 # en ms ethernets: eno1: {} eno2: {} version: 2