Comment 2 for bug 2007682

Revision history for this message
Danilo Egea Gondolfo (danilogondolfo) wrote :

It also generates duplicated entries so the problem is not only with the "netplan get" command:

$ cat /tmp/fakeroot/etc/netplan/90-config.yaml
network:
  bonds:
    aggi:
      nameservers:
        addresses:
        - 8.8.8.8
        search:
        - example.com
      interfaces:
      - ens3f0
  ethernets:
    ens3f0: {}

$ cat /tmp/fakeroot/run/systemd/network/10-netplan-aggi.network
[Match]
Name=aggi

[Network]
LinkLocalAddressing=ipv6
DNS=8.8.8.8
DNS=8.8.8.8
Domains=example.com example.com
ConfigureWithoutCarrier=yes