[Bug 1809994] Re: netplan reparses wifi when bridge member is listed before definition

2022-04-27 Thread Guillaume Hain
I can confirm that bug from my Chef cookbook:
https://gitlab.com/pharmony/netplan.io-cookbook.

I fixed it using the given trick of moving the 'bridges' device to the
end of the config file.

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1809994] Re: netplan reparses wifi when bridge member is listed before definition

2021-02-04 Thread Mikhail Baykov
With bridges or vlans interfaces same problem here

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1809994] Re: netplan reparses wifi when bridge member is listed before definition

2019-10-07 Thread Nanzikambe
This impacts bonded interfaces on a fresh install of Ubuntu 18.04.3 LTS

# cat /etc/netplan/50-cloud-init.yaml
network:
wifis:
wlx00:
   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: wlx00: 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: wlx00: adding wifi AP 
'guest'
/etc/netplan/50-cloud-init.yaml:12:16: Error in network definition: 
wlx00: 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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1809994] Re: netplan reparses wifi when bridge member is listed before definition

2019-01-24 Thread Mathieu Trudel-Lapierre
** Changed in: netplan.io (Ubuntu)
   Status: New => Triaged

** Changed in: netplan.io (Ubuntu)
   Importance: Undecided => High

** Changed in: netplan.io (Ubuntu)
 Assignee: (unassigned) => Mathieu Trudel-Lapierre (cyphermox)

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs