Activity log for bug #1747455

Date Who What changed Old value New value Message
2018-02-05 16:00:46 Jean-Daniel Dupas bug added bug
2018-02-05 16:01:15 Jean-Daniel Dupas description I have an hosted server and for some reason, I only have a single global ipv6 with prefix /128. To be able to reach the world using IPv6, I have to declare a route to the router, and then the default route: In traditionnel ifupdown, this is down using the following lines: post-up /sbin/ip -family inet6 route add 2001:41d0:8:8fff:ff:ff:ff:ff dev eth0 post-up /sbin/ip -family inet6 route add default via 2001:41d0:8:8fff:ff:ff:ff:ff I think that in networkd it should be declare as: [Route] Destination=2001:41d0:8:8fff:ff:ff:ff:ff Scope=link [Route] Gateway=192.168.0.1 Actually, I don't find anyway to express such route in netplan. IU can easily define the gateway route setting 0.0.0.0 as dest, but it look like there is currently now way to define the "link" scoped route. netplan "route" should support a scope attribute that match networkd Scope attribute. I have an hosted server and for some reason, I only have a single global ipv6 with prefix /128. To be able to reach the world using IPv6, I have to declare a route to the router, and then the default route: In traditionnal ifupdown, this is done using the following lines: post-up /sbin/ip -family inet6 route add 2001:41d0:8:8fff:ff:ff:ff:ff dev eth0 post-up /sbin/ip -family inet6 route add default via 2001:41d0:8:8fff:ff:ff:ff:ff I think that in networkd it should be declare as: [Route] Destination=2001:41d0:8:8fff:ff:ff:ff:ff Scope=link [Route] Gateway=192.168.0.1 Actually, I don't find anyway to express such route in netplan. IU can easily define the gateway route setting 0.0.0.0 as dest, but it look like there is currently now way to define the "link" scoped route. netplan "route" should support a scope attribute that match networkd Scope attribute.
2018-02-05 16:01:59 Jean-Daniel Dupas description I have an hosted server and for some reason, I only have a single global ipv6 with prefix /128. To be able to reach the world using IPv6, I have to declare a route to the router, and then the default route: In traditionnal ifupdown, this is done using the following lines: post-up /sbin/ip -family inet6 route add 2001:41d0:8:8fff:ff:ff:ff:ff dev eth0 post-up /sbin/ip -family inet6 route add default via 2001:41d0:8:8fff:ff:ff:ff:ff I think that in networkd it should be declare as: [Route] Destination=2001:41d0:8:8fff:ff:ff:ff:ff Scope=link [Route] Gateway=192.168.0.1 Actually, I don't find anyway to express such route in netplan. IU can easily define the gateway route setting 0.0.0.0 as dest, but it look like there is currently now way to define the "link" scoped route. netplan "route" should support a scope attribute that match networkd Scope attribute. I have an hosted server and for some reason, I only have a single global ipv6 with prefix /128. To be able to reach the world using IPv6, I have to declare a route to the router, and then the default route: In traditionnal ifupdown, this is done using the following lines: post-up /sbin/ip -family inet6 route add 2001:41d0:8:8fff:ff:ff:ff:ff dev eth0 post-up /sbin/ip -family inet6 route add default via 2001:41d0:8:8fff:ff:ff:ff:ff I think that in networkd it should be declare as: [Route] Destination=2001:41d0:8:8fff:ff:ff:ff:ff Scope=link [Route] Gateway=192.168.0.1 Actually, I don't find anyway to express such route in netplan. I can easily define the gateway route setting 0.0.0.0 as 'to', but it look like there is currently now way to define the "link" scoped route. netplan "route" should support a scope attribute that match networkd Scope attribute.
2018-09-05 20:42:48 Mathieu Trudel-Lapierre bug task added netplan.io (Ubuntu)
2018-09-05 20:42:54 Mathieu Trudel-Lapierre netplan: status New Fix Committed
2018-09-05 20:42:59 Mathieu Trudel-Lapierre netplan.io (Ubuntu): status New In Progress
2018-09-18 23:13:39 Launchpad Janitor netplan.io (Ubuntu): status In Progress Fix Released
2018-09-27 21:00:46 Mathieu Trudel-Lapierre description I have an hosted server and for some reason, I only have a single global ipv6 with prefix /128. To be able to reach the world using IPv6, I have to declare a route to the router, and then the default route: In traditionnal ifupdown, this is done using the following lines: post-up /sbin/ip -family inet6 route add 2001:41d0:8:8fff:ff:ff:ff:ff dev eth0 post-up /sbin/ip -family inet6 route add default via 2001:41d0:8:8fff:ff:ff:ff:ff I think that in networkd it should be declare as: [Route] Destination=2001:41d0:8:8fff:ff:ff:ff:ff Scope=link [Route] Gateway=192.168.0.1 Actually, I don't find anyway to express such route in netplan. I can easily define the gateway route setting 0.0.0.0 as 'to', but it look like there is currently now way to define the "link" scoped route. netplan "route" should support a scope attribute that match networkd Scope attribute. [Impact] netplan.io users who define custom routes [Test case] 1) Configure netplan. 2) Add a route: [...] routes: - to: 10.10.10.0/24 scope: link 3) Validate that the route is correctly added to the routing table (using 'sudo ip route'). [Regression Potential] Adding a feature to allow setting scope for routes or other route parameters lead to additional complexity in the configuration for the routes. As such the additional setting may confuse systemd-networkd if set incorrectly in attempting to add routes that would be invalid or useless. Any issues with adding routes (as evidenced in logs from systemd-networkd) should be investigated as possible regressions caused by the addition of the 'scope' parameter. --- I have an hosted server and for some reason, I only have a single global ipv6 with prefix /128. To be able to reach the world using IPv6, I have to declare a route to the router, and then the default route: In traditionnal ifupdown, this is done using the following lines: post-up /sbin/ip -family inet6 route add 2001:41d0:8:8fff:ff:ff:ff:ff dev eth0 post-up /sbin/ip -family inet6 route add default via 2001:41d0:8:8fff:ff:ff:ff:ff I think that in networkd it should be declare as: [Route] Destination=2001:41d0:8:8fff:ff:ff:ff:ff Scope=link [Route] Gateway=192.168.0.1 Actually, I don't find anyway to express such route in netplan. I can easily define the gateway route setting 0.0.0.0 as 'to', but it look like there is currently now way to define the "link" scoped route. netplan "route" should support a scope attribute that match networkd Scope attribute.
2018-09-27 21:01:36 Mathieu Trudel-Lapierre netplan: status Fix Committed Fix Released
2018-09-28 16:33:54 Łukasz Zemczak netplan.io (Ubuntu Bionic): status New Fix Committed
2018-09-28 16:33:55 Łukasz Zemczak bug added subscriber Ubuntu Stable Release Updates Team
2018-09-28 16:33:58 Łukasz Zemczak bug added subscriber SRU Verification
2018-09-28 16:34:00 Łukasz Zemczak tags verification-needed verification-needed-bionic
2018-10-09 17:16:57 Mathieu Trudel-Lapierre tags verification-needed verification-needed-bionic verification-done-bionic
2018-10-23 22:00:05 Brian Murray tags verification-done-bionic verification-needed verification-needed-bionic
2018-10-31 18:23:09 Mathieu Trudel-Lapierre tags verification-needed verification-needed-bionic 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:51 Brian Murray removed subscriber Ubuntu Stable Release Updates Team
2018-11-08 17:05:16 Steve Langasek netplan.io (Ubuntu Bionic): status Fix Released Fix Committed
2018-11-26 19:23:43 Adam Conrad bug added subscriber Ubuntu Stable Release Updates Team
2018-11-26 19:23:49 Adam Conrad tags verification-done-bionic verification-needed verification-needed-bionic
2018-12-04 15:55:35 Mathieu Trudel-Lapierre tags verification-needed verification-needed-bionic verification-done-bionic
2018-12-05 18:47:48 Launchpad Janitor netplan.io (Ubuntu Bionic): status Fix Committed Fix Released