Activity log for bug #1736975

Date Who What changed Old value New value Message
2017-12-07 15:34:08 Colin bug added bug
2018-03-28 21:11:28 Jörg bug added subscriber Jörg
2018-04-10 22:58:38 Launchpad Janitor nplan (Ubuntu): status New Confirmed
2018-04-17 20:08:30 Mathieu Trudel-Lapierre nplan (Ubuntu): status Confirmed Triaged
2018-04-17 20:08:32 Mathieu Trudel-Lapierre nplan (Ubuntu): importance Undecided Medium
2018-05-01 15:42:32 Michael Mulqueen bug added subscriber Michael Mulqueen
2018-05-23 19:58:58 copacule bug added subscriber copacule
2018-05-29 15:07:28 Mathieu Trudel-Lapierre bug task added netplan
2018-05-29 15:07:34 Mathieu Trudel-Lapierre netplan: status New In Progress
2018-05-29 15:07:38 Mathieu Trudel-Lapierre netplan: importance Undecided Medium
2018-05-29 15:07:40 Mathieu Trudel-Lapierre netplan: assignee Mathieu Trudel-Lapierre (cyphermox)
2018-05-29 15:07:47 Mathieu Trudel-Lapierre bug task added netplan.io (Ubuntu)
2018-05-29 15:07:53 Mathieu Trudel-Lapierre netplan.io (Ubuntu): status New Triaged
2018-05-29 15:07:56 Mathieu Trudel-Lapierre netplan.io (Ubuntu): importance Undecided Medium
2018-06-09 15:58:41 David Favor bug added subscriber David Favor
2018-06-18 14:39:30 David Myers bug added subscriber David Myers
2018-06-20 08:42:08 Roger Hunwicks bug added subscriber Roger Hunwicks
2018-06-27 07:40:20 James Harrison bug added subscriber James Harrison
2018-07-11 05:51:38 Jolrael bug added subscriber Jolrael
2018-07-16 13:27:18 Ebbex bug added subscriber Ebbex
2018-07-16 18:28:07 Launchpad Janitor netplan.io (Ubuntu): status Triaged Fix Released
2018-08-06 11:22:15 Peter Prjevara bug added subscriber Peter Prjevara
2018-09-23 21:24:16 Tomas Corej bug added subscriber Tomas Corej
2018-09-27 21:01:45 Mathieu Trudel-Lapierre netplan: status In Progress Fix Released
2018-09-27 21:12:01 Mathieu Trudel-Lapierre description Configuring "/etc/netplan/01-netcfg.yaml" with an anonymous bridge seems to require running "ip link set dev br0 up" to bring the bridge up after boot. A bridge configured with an IP address is automatically up after boot. This is only a problem if you want an anonymous bridge which comes up automatically after boot. For example, if you preferred to isolate host traffic from your autostarting virtual machine traffic. Configuration that results in the bridge being down after boot: network: version: 2 renderer: networkd ethernets: enp22s2: dhcp4: yes enp22s3: dhcp4: no bridges: br0: interfaces: [enp22s3] dhcp4: false parameters: stp: false forward-delay: 0 Enabling DHCP results in a bridge that is automatically up after boot: network: version: 2 renderer: networkd ethernets: enp22s2: dhcp4: yes enp22s3: dhcp4: no bridges: br0: interfaces: [enp22s3] dhcp4: true parameters: stp: false forward-delay: 0 Setting a static IP address results in a bridge that is automatically up after boot: network: version: 2 renderer: networkd ethernets: enp22s2: dhcp4: yes enp22s3: dhcp4: no bridges: br0: interfaces: [enp22s3] dhcp4: false addresses: [192.168.1.100/24] parameters: stp: false forward-delay: 0 ProblemType: Bug DistroRelease: Ubuntu 17.10 Package: nplan 0.30 ProcVersionSignature: Ubuntu 4.13.0-17.20-generic 4.13.8 Uname: Linux 4.13.0-17-generic x86_64 ApportVersion: 2.20.7-0ubuntu3.5 Architecture: amd64 Date: Thu Dec 7 11:06:25 2017 ProcEnviron: LANGUAGE=en_CA:en TERM=screen PATH=(custom, no user) LANG=en_CA.UTF-8 SHELL=/bin/bash SourcePackage: nplan UpgradeStatus: No upgrade log present (probably fresh install) [Impact] Netplan users setting up bridges. [Test cases] 1) Add a new bridge configuration in netplan yaml, without an IP address set: [...]   bridges:     br0:       interfaces: [ interface ]       dhcp4: false       parameters:         stp: false         forward-delay: 0 [Regression potential] Possible regression scenarios might be for a configured bridge not to come up / not be created or added by systemd-networkd when the network is configured; or for a bridge to be configured with addresses that should not be present (ie. dhcp when it is not enabled, or link-local address when not configured). --- Configuring "/etc/netplan/01-netcfg.yaml" with an anonymous bridge seems to require running "ip link set dev br0 up" to bring the bridge up after boot. A bridge configured with an IP address is automatically up after boot. This is only a problem if you want an anonymous bridge which comes up automatically after boot. For example, if you preferred to isolate host traffic from your autostarting virtual machine traffic. Configuration that results in the bridge being down after boot: network:   version: 2   renderer: networkd   ethernets:     enp22s2:       dhcp4: yes     enp22s3:       dhcp4: no   bridges:     br0:       interfaces: [enp22s3]       dhcp4: false       parameters:         stp: false         forward-delay: 0 Enabling DHCP results in a bridge that is automatically up after boot: network:   version: 2   renderer: networkd   ethernets:     enp22s2:       dhcp4: yes     enp22s3:       dhcp4: no   bridges:     br0:       interfaces: [enp22s3]       dhcp4: true       parameters:         stp: false         forward-delay: 0 Setting a static IP address results in a bridge that is automatically up after boot: network:   version: 2   renderer: networkd   ethernets:     enp22s2:       dhcp4: yes     enp22s3:       dhcp4: no   bridges:     br0:       interfaces: [enp22s3]       dhcp4: false       addresses: [192.168.1.100/24]       parameters:         stp: false         forward-delay: 0 ProblemType: Bug DistroRelease: Ubuntu 17.10 Package: nplan 0.30 ProcVersionSignature: Ubuntu 4.13.0-17.20-generic 4.13.8 Uname: Linux 4.13.0-17-generic x86_64 ApportVersion: 2.20.7-0ubuntu3.5 Architecture: amd64 Date: Thu Dec 7 11:06:25 2017 ProcEnviron:  LANGUAGE=en_CA:en  TERM=screen  PATH=(custom, no user)  LANG=en_CA.UTF-8  SHELL=/bin/bash SourcePackage: nplan UpgradeStatus: No upgrade log present (probably fresh install)
2018-09-28 16:33:38 Łukasz Zemczak netplan.io (Ubuntu Bionic): status New Fix Committed
2018-09-28 16:33:40 Łukasz Zemczak bug added subscriber Ubuntu Stable Release Updates Team
2018-09-28 16:33:43 Łukasz Zemczak bug added subscriber SRU Verification
2018-09-28 16:33:50 Łukasz Zemczak tags amd64 apport-bug artful amd64 apport-bug artful verification-needed verification-needed-bionic
2018-09-29 16:12:50 Jolrael tags amd64 apport-bug artful verification-needed verification-needed-bionic amd64 apport-bug artful verification-done-bionic verification-needed
2018-10-04 18:24:55 Łukasz Zemczak tags amd64 apport-bug artful verification-done-bionic verification-needed amd64 apport-bug artful verification-needed verification-needed-bionic
2018-10-06 19:14:41 tlc bug added subscriber tlc
2018-10-09 17:13:25 Mathieu Trudel-Lapierre tags amd64 apport-bug artful verification-needed verification-needed-bionic amd64 apport-bug artful verification-done-bionic
2018-10-23 21:59:56 Brian Murray tags amd64 apport-bug artful verification-done-bionic amd64 apport-bug artful verification-needed verification-needed-bionic
2018-10-29 21:11:58 Mathieu Trudel-Lapierre tags amd64 apport-bug artful verification-needed verification-needed-bionic amd64 apport-bug artful verification-done-bionic
2018-11-06 18:13:46 Launchpad Janitor netplan.io (Ubuntu Bionic): status Fix Committed Fix Released
2018-11-06 18:14:48 Brian Murray removed subscriber Ubuntu Stable Release Updates Team
2018-11-08 17:05:35 Steve Langasek netplan.io (Ubuntu Bionic): status Fix Released Fix Committed
2018-11-10 12:53:07 Tim Bishop bug added subscriber Tim Bishop
2018-11-26 19:23:28 Adam Conrad bug added subscriber Ubuntu Stable Release Updates Team
2018-11-26 19:23:37 Adam Conrad tags amd64 apport-bug artful verification-done-bionic amd64 apport-bug artful verification-needed verification-needed-bionic
2018-12-04 15:56:01 Mathieu Trudel-Lapierre tags amd64 apport-bug artful verification-needed verification-needed-bionic amd64 apport-bug artful verification-done-bionic
2018-12-05 18:47:48 Launchpad Janitor netplan.io (Ubuntu Bionic): status Fix Committed Fix Released
2018-12-10 16:53:14 Mathieu Trudel-Lapierre nplan (Ubuntu): status Triaged Won't Fix
2019-03-13 13:28:53 Janåke Rönnblom bug added subscriber Janåke Rönnblom