Activity log for bug #1818282

Date Who What changed Old value New value Message
2019-03-01 18:58:34 Ioanna Alifieraki bug added bug
2019-03-01 19:02:58 Ioanna Alifieraki systemd (Ubuntu): status New Confirmed
2019-03-01 19:03:12 Ioanna Alifieraki systemd (Ubuntu): status Confirmed New
2019-03-04 13:24:48 Ioanna Alifieraki systemd (Ubuntu): status New In Progress
2019-03-04 13:25:01 Ioanna Alifieraki nominated for series Ubuntu Disco
2019-03-04 13:25:01 Ioanna Alifieraki bug task added systemd (Ubuntu Disco)
2019-03-04 13:25:01 Ioanna Alifieraki nominated for series Ubuntu Bionic
2019-03-04 13:25:01 Ioanna Alifieraki bug task added systemd (Ubuntu Bionic)
2019-03-04 13:25:15 Ioanna Alifieraki systemd (Ubuntu Bionic): status New In Progress
2019-03-04 13:25:21 Ioanna Alifieraki systemd (Ubuntu Bionic): importance Undecided Medium
2019-03-04 13:25:25 Ioanna Alifieraki systemd (Ubuntu Disco): importance Undecided Medium
2019-03-04 13:25:31 Ioanna Alifieraki systemd (Ubuntu Disco): assignee Ioanna Alifieraki (joalif)
2019-03-04 13:25:35 Ioanna Alifieraki systemd (Ubuntu Bionic): assignee Ioanna Alifieraki (joalif)
2019-03-04 13:26:20 Ioanna Alifieraki tags sts
2019-03-04 13:28:23 Ioanna Alifieraki description [Description] When attaching multiple IPs on secondary interface the routing policy rules do not apply for all IPs. The rules that are applied after restarting networkd are random. The issue has been reported and addressed upstream. [Test Case] Attach multiple IPs to secondary interface, config file: $ cat /etc/systemd/network/ens8.network [Match] Name=ens8 [Network] Address=172.31.28.195/20 Address=172.31.24.151/20 Address=172.31.24.152/20 Address=172.31.24.153/20 [Route] Destination=0.0.0.0/0 Gateway=172.31.16.1 Table=1000 [Route] Destination=172.31.24.153 Gateway=0.0.0.0 Scope=link Table=1000 [Route] Destination=172.31.28.195 Gateway=0.0.0.0 Scope=link Table=1000 [Route] Destination=172.31.24.151 Gateway=0.0.0.0 Scope=link Table=1000 [Route] Destination=172.31.24.152 Gateway=0.0.0.0 Scope=link Table=1000 [RoutingPolicyRule] From=172.31.24.153 Table=1000 [RoutingPolicyRule] From=172.31.28.195 Table=1000 [RoutingPolicyRule] From=172.31.24.152 Table=1000 [RoutingPolicyRule] From=172.31.24.151 Table=1000 $ ip rule show 0: from all lookup local 0: from 172.31.24.151 lookup 1000 32766: from all lookup main 32767: from all lookup default - restart networkd $ sudo systemctl restart systemd-networkd $ ip rule show 0: from all lookup local 0: from 172.31.24.151 lookup 1000 0: from 172.31.24.153 lookup 1000 0: from 172.31.28.195 lookup 1000 32766: from all lookup main 32767: from all lookup default - restart again $ sudo systemctl restart systemd-networkd $ ip rule show 0: from all lookup local 0: from 172.31.24.151 lookup 1000 0: from 172.31.24.152 lookup 1000 32766: from all lookup main 32767: from all lookup default The behaviour is random [Other] Affects Disco and Bionic (probably Cosmic as well, but haven't tested it yet). Upstream bug : https://github.com/systemd/systemd/issues/11280 Upstream fix : https://github.com/systemd/systemd/pull/11795/commits $ lsb_release -rd Description: Ubuntu Disco Dingo (development branch) Release: 19.04 Systemd version : systemd: Installed: 240-6ubuntu1 Candidate: 240-6ubuntu1 Version table: *** 240-6ubuntu1 500 500 http://gb.archive.ubuntu.com/ubuntu disco/main amd64 Packages 100 /var/lib/dpkg/status [Impact] When attaching multiple IPs on secondary interface the routing policy rules do not apply for all IPs. The rules that are applied after restarting networkd are random. The issue has been reported and addressed upstream. [Test Case] Attach multiple IPs to secondary interface, config file: $ cat /etc/systemd/network/ens8.network [Match] Name=ens8 [Network] Address=172.31.28.195/20 Address=172.31.24.151/20 Address=172.31.24.152/20 Address=172.31.24.153/20 [Route] Destination=0.0.0.0/0 Gateway=172.31.16.1 Table=1000 [Route] Destination=172.31.24.153 Gateway=0.0.0.0 Scope=link Table=1000 [Route] Destination=172.31.28.195 Gateway=0.0.0.0 Scope=link Table=1000 [Route] Destination=172.31.24.151 Gateway=0.0.0.0 Scope=link Table=1000 [Route] Destination=172.31.24.152 Gateway=0.0.0.0 Scope=link Table=1000 [RoutingPolicyRule] From=172.31.24.153 Table=1000 [RoutingPolicyRule] From=172.31.28.195 Table=1000 [RoutingPolicyRule] From=172.31.24.152 Table=1000 [RoutingPolicyRule] From=172.31.24.151 Table=1000 $ ip rule show 0: from all lookup local 0: from 172.31.24.151 lookup 1000 32766: from all lookup main 32767: from all lookup default - restart networkd $ sudo systemctl restart systemd-networkd $ ip rule show 0: from all lookup local 0: from 172.31.24.151 lookup 1000 0: from 172.31.24.153 lookup 1000 0: from 172.31.28.195 lookup 1000 32766: from all lookup main 32767: from all lookup default - restart again $ sudo systemctl restart systemd-networkd $ ip rule show 0: from all lookup local 0: from 172.31.24.151 lookup 1000 0: from 172.31.24.152 lookup 1000 32766: from all lookup main 32767: from all lookup default The behaviour is random [Regression Potential] May impact the systemd-networkd service functionality. [Other] Affects Disco and Bionic (probably Cosmic as well, but haven't tested it yet). Upstream bug : https://github.com/systemd/systemd/issues/11280 Upstream fix : https://github.com/systemd/systemd/pull/11795/commits $ lsb_release -rd Description: Ubuntu Disco Dingo (development branch) Release: 19.04 Systemd version : systemd:   Installed: 240-6ubuntu1   Candidate: 240-6ubuntu1   Version table:  *** 240-6ubuntu1 500         500 http://gb.archive.ubuntu.com/ubuntu disco/main amd64 Packages         100 /var/lib/dpkg/status
2019-03-04 13:47:07 Ioanna Alifieraki attachment added lp1818282_disco.debdiff https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1818282/+attachment/5243370/+files/lp1818282_disco.debdiff
2019-03-04 16:20:06 Ubuntu Foundations Team Bug Bot tags sts patch sts
2019-03-04 16:20:16 Ubuntu Foundations Team Bug Bot bug added subscriber Ubuntu Sponsors Team
2019-03-04 16:39:14 Ioanna Alifieraki tags patch sts patch sts sts-sponsor
2019-03-04 16:39:34 Ioanna Alifieraki bug added subscriber STS Sponsors
2019-03-08 15:19:43 Ioanna Alifieraki description [Impact] When attaching multiple IPs on secondary interface the routing policy rules do not apply for all IPs. The rules that are applied after restarting networkd are random. The issue has been reported and addressed upstream. [Test Case] Attach multiple IPs to secondary interface, config file: $ cat /etc/systemd/network/ens8.network [Match] Name=ens8 [Network] Address=172.31.28.195/20 Address=172.31.24.151/20 Address=172.31.24.152/20 Address=172.31.24.153/20 [Route] Destination=0.0.0.0/0 Gateway=172.31.16.1 Table=1000 [Route] Destination=172.31.24.153 Gateway=0.0.0.0 Scope=link Table=1000 [Route] Destination=172.31.28.195 Gateway=0.0.0.0 Scope=link Table=1000 [Route] Destination=172.31.24.151 Gateway=0.0.0.0 Scope=link Table=1000 [Route] Destination=172.31.24.152 Gateway=0.0.0.0 Scope=link Table=1000 [RoutingPolicyRule] From=172.31.24.153 Table=1000 [RoutingPolicyRule] From=172.31.28.195 Table=1000 [RoutingPolicyRule] From=172.31.24.152 Table=1000 [RoutingPolicyRule] From=172.31.24.151 Table=1000 $ ip rule show 0: from all lookup local 0: from 172.31.24.151 lookup 1000 32766: from all lookup main 32767: from all lookup default - restart networkd $ sudo systemctl restart systemd-networkd $ ip rule show 0: from all lookup local 0: from 172.31.24.151 lookup 1000 0: from 172.31.24.153 lookup 1000 0: from 172.31.28.195 lookup 1000 32766: from all lookup main 32767: from all lookup default - restart again $ sudo systemctl restart systemd-networkd $ ip rule show 0: from all lookup local 0: from 172.31.24.151 lookup 1000 0: from 172.31.24.152 lookup 1000 32766: from all lookup main 32767: from all lookup default The behaviour is random [Regression Potential] May impact the systemd-networkd service functionality. [Other] Affects Disco and Bionic (probably Cosmic as well, but haven't tested it yet). Upstream bug : https://github.com/systemd/systemd/issues/11280 Upstream fix : https://github.com/systemd/systemd/pull/11795/commits $ lsb_release -rd Description: Ubuntu Disco Dingo (development branch) Release: 19.04 Systemd version : systemd:   Installed: 240-6ubuntu1   Candidate: 240-6ubuntu1   Version table:  *** 240-6ubuntu1 500         500 http://gb.archive.ubuntu.com/ubuntu disco/main amd64 Packages         100 /var/lib/dpkg/status [Impact] When attaching multiple IPs on secondary interface the routing policy rules do not apply for all IPs. The rules that are applied after restarting networkd are random. The issue has been reported and addressed upstream. [Test Case] Attach multiple IPs to secondary interface, config file: $ cat /etc/systemd/network/ens8.network [Match] Name=ens8 [Network] Address=172.31.28.195/20 Address=172.31.24.151/20 Address=172.31.24.152/20 Address=172.31.24.153/20 [Route] Destination=0.0.0.0/0 Gateway=172.31.16.1 Table=1000 [Route] Destination=172.31.24.153 Gateway=0.0.0.0 Scope=link Table=1000 [Route] Destination=172.31.28.195 Gateway=0.0.0.0 Scope=link Table=1000 [Route] Destination=172.31.24.151 Gateway=0.0.0.0 Scope=link Table=1000 [Route] Destination=172.31.24.152 Gateway=0.0.0.0 Scope=link Table=1000 [RoutingPolicyRule] From=172.31.24.153 Table=1000 [RoutingPolicyRule] From=172.31.28.195 Table=1000 [RoutingPolicyRule] From=172.31.24.152 Table=1000 [RoutingPolicyRule] From=172.31.24.151 Table=1000 $ ip rule show 0: from all lookup local 0: from 172.31.24.151 lookup 1000 32766: from all lookup main 32767: from all lookup default - restart networkd $ sudo systemctl restart systemd-networkd $ ip rule show 0: from all lookup local 0: from 172.31.24.151 lookup 1000 0: from 172.31.24.153 lookup 1000 0: from 172.31.28.195 lookup 1000 32766: from all lookup main 32767: from all lookup default - restart again $ sudo systemctl restart systemd-networkd $ ip rule show 0: from all lookup local 0: from 172.31.24.151 lookup 1000 0: from 172.31.24.152 lookup 1000 32766: from all lookup main 32767: from all lookup default The behaviour is random [Regression Potential] May impact the systemd-networkd service functionality. [Other] Affects Disco Bionic and Cosmic. Upstream bug : https://github.com/systemd/systemd/issues/11280 Upstream fix : https://github.com/systemd/systemd/pull/11795/commits $ lsb_release -rd Description: Ubuntu Disco Dingo (development branch) Release: 19.04 Systemd version : systemd:   Installed: 240-6ubuntu1   Candidate: 240-6ubuntu1   Version table:  *** 240-6ubuntu1 500         500 http://gb.archive.ubuntu.com/ubuntu disco/main amd64 Packages         100 /var/lib/dpkg/status
2019-03-08 15:19:50 Ioanna Alifieraki nominated for series Ubuntu Cosmic
2019-03-08 15:19:50 Ioanna Alifieraki bug task added systemd (Ubuntu Cosmic)
2019-03-08 15:19:59 Ioanna Alifieraki systemd (Ubuntu Cosmic): status New In Progress
2019-03-08 15:20:04 Ioanna Alifieraki systemd (Ubuntu Cosmic): importance Undecided Medium
2019-03-08 15:20:08 Ioanna Alifieraki systemd (Ubuntu Cosmic): assignee Ioanna Alifieraki (joalif)
2019-03-11 17:41:56 Max Stritzinger bug added subscriber Max Stritzinger
2019-03-12 15:15:48 Eric Desrochers systemd (Ubuntu Disco): status In Progress Fix Committed
2019-03-13 10:28:18 Ioanna Alifieraki bug watch added https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=924406
2019-03-13 10:28:18 Ioanna Alifieraki bug task added systemd (Debian)
2019-03-13 10:51:06 Bug Watch Updater systemd (Debian): status Unknown New
2019-03-14 04:14:07 Mathew Hodson tags patch sts sts-sponsor patch patch-accepted-upstream patch-forwarded-debian sts sts-sponsor
2019-03-18 16:53:54 Launchpad Janitor systemd (Ubuntu Disco): status Fix Committed Fix Released
2019-03-20 10:36:19 Ioanna Alifieraki attachment added lp1818282_cosmic.debdiff https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1818282/+attachment/5247821/+files/lp1818282_cosmic.debdiff
2019-03-20 12:35:20 Dan Streetman tags patch patch-accepted-upstream patch-forwarded-debian sts sts-sponsor patch patch-accepted-upstream patch-forwarded-debian sts sts-sponsor sts-sponsor-ddstreet
2019-03-20 13:21:30 Dan Streetman removed subscriber Ubuntu Sponsors Team
2019-03-20 22:24:33 Dimitry bug added subscriber Dimitry
2019-03-21 16:05:26 Ioanna Alifieraki attachment added lp1818282_bionic.debdiff https://bugs.launchpad.net/ubuntu/bionic/+source/systemd/+bug/1818282/+attachment/5248233/+files/lp1818282_bionic.debdiff
2019-04-04 13:11:26 Bug Watch Updater systemd (Debian): status New Fix Committed
2019-04-07 01:26:54 Launchpad Janitor merge proposal linked https://code.launchpad.net/~ddstreet/ubuntu/+source/systemd/+git/systemd/+merge/365627
2019-04-07 01:31:48 Launchpad Janitor merge proposal linked https://code.launchpad.net/~ddstreet/ubuntu/+source/systemd/+git/systemd/+merge/365628
2019-04-07 01:34:45 Launchpad Janitor merge proposal linked https://code.launchpad.net/~ddstreet/ubuntu/+source/systemd/+git/systemd/+merge/365629
2019-04-08 17:35:14 Łukasz Zemczak systemd (Ubuntu Cosmic): status In Progress Fix Committed
2019-04-08 17:35:17 Łukasz Zemczak bug added subscriber Ubuntu Stable Release Updates Team
2019-04-08 17:35:20 Łukasz Zemczak bug added subscriber SRU Verification
2019-04-08 17:35:23 Łukasz Zemczak tags patch patch-accepted-upstream patch-forwarded-debian sts sts-sponsor sts-sponsor-ddstreet patch patch-accepted-upstream patch-forwarded-debian sts sts-sponsor sts-sponsor-ddstreet verification-needed verification-needed-cosmic
2019-04-08 17:37:15 Łukasz Zemczak systemd (Ubuntu Bionic): status In Progress Fix Committed
2019-04-08 17:37:21 Łukasz Zemczak tags patch patch-accepted-upstream patch-forwarded-debian sts sts-sponsor sts-sponsor-ddstreet verification-needed verification-needed-cosmic patch patch-accepted-upstream patch-forwarded-debian sts sts-sponsor sts-sponsor-ddstreet verification-needed verification-needed-bionic verification-needed-cosmic
2019-04-09 10:17:19 Ioanna Alifieraki tags patch patch-accepted-upstream patch-forwarded-debian sts sts-sponsor sts-sponsor-ddstreet verification-needed verification-needed-bionic verification-needed-cosmic patch patch-accepted-upstream patch-forwarded-debian sts sts-sponsor sts-sponsor-ddstreet verification-done-bionic verification-needed verification-needed-cosmic
2019-04-09 12:17:25 Ioanna Alifieraki tags patch patch-accepted-upstream patch-forwarded-debian sts sts-sponsor sts-sponsor-ddstreet verification-done-bionic verification-needed verification-needed-cosmic patch patch-accepted-upstream patch-forwarded-debian sts sts-sponsor sts-sponsor-ddstreet verification-done-bionic verification-done-cosmic verification-needed
2019-04-09 20:26:30 Dan Streetman tags patch patch-accepted-upstream patch-forwarded-debian sts sts-sponsor sts-sponsor-ddstreet verification-done-bionic verification-done-cosmic verification-needed patch patch-accepted-upstream patch-forwarded-debian sts sts-sponsor sts-sponsor-ddstreet verification-done verification-done-bionic verification-done-cosmic
2019-04-09 20:27:06 Dan Streetman tags patch patch-accepted-upstream patch-forwarded-debian sts sts-sponsor sts-sponsor-ddstreet verification-done verification-done-bionic verification-done-cosmic patch patch-accepted-upstream patch-forwarded-debian sts verification-done verification-done-bionic verification-done-cosmic
2019-04-09 20:27:20 Dan Streetman removed subscriber STS Sponsors
2019-04-11 01:49:09 Bug Watch Updater systemd (Debian): status Fix Committed Fix Released
2019-04-15 14:51:20 Launchpad Janitor systemd (Ubuntu Cosmic): status Fix Committed Fix Released
2019-04-15 14:51:31 Łukasz Zemczak removed subscriber Ubuntu Stable Release Updates Team
2019-04-15 14:52:22 Launchpad Janitor systemd (Ubuntu Bionic): status Fix Committed Fix Released
2019-05-08 15:00:14 Launchpad Janitor merge proposal linked https://code.launchpad.net/~joalif/ubuntu/+source/systemd/+git/systemd/+merge/367121