This impacts bonded interfaces on a fresh install of Ubuntu 18.04.3 LTS

# cat /etc/netplan/50-cloud-init.yaml
network:
    wifis:
        wlx00XXXXXXXXXXXX:
           access-points:
               "guest":
                   mode: ap
                   password: "lol netplan"
           addresses: [192.168.42.0/24]
           optional: true
           match:
              macaddress: xx:xx:xx:xx:xx:xx
    bonds:
        bond0:
            dhcp4: false
            dhcp6: false
            addresses: [192.168.0.2/24]
            nameservers:
               # search: [lab, home]
               addresses: [8.8.8.8, 1.1.1.1]
            interfaces:
            - enp3s0
            - enp5s0
            parameters:
                mode: broadcast
    ethernets:
        enp3s0: {}
        enp5s0: {}
    version: 2



# netplan --debug generate
DEBUG:command generate: running ['/lib/netplan/generate']
** (generate:1388): DEBUG: 17:40:48.166: Processing input file 
/etc/netplan/50-cloud-init.yaml..
** (generate:1388): DEBUG: 17:40:48.166: starting new processing pass
** (generate:1388): DEBUG: 17:40:48.166: wlx00XXXXXXXXXXXX: adding wifi AP 
'guest'
** (generate:1388): DEBUG: 17:40:48.166: recording missing yaml_node_t enp3s0
** (generate:1388): DEBUG: 17:40:48.166: recording missing yaml_node_t enp5s0
** (generate:1388): DEBUG: 17:40:48.166: starting new processing pass
** (generate:1388): DEBUG: 17:40:48.166: wlx00XXXXXXXXXXXX: adding wifi AP 
'guest'
/etc/netplan/50-cloud-init.yaml:12:16: Error in network definition: 
wlx00XXXXXXXXXXXX: Duplicate access point SSID 'guest'
               "guest":
               ^

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1809994

Title:
  netplan reparses wifi when bridge member is listed before definition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1809994/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to