Activity log for bug #1726695

Date Who What changed Old value New value Message
2017-10-24 05:20:47 Scott Markwell bug added bug
2018-01-23 16:23:57 Mathieu Trudel-Lapierre netplan: status New In Progress
2018-01-23 16:24:05 Mathieu Trudel-Lapierre bug task added nplan (Ubuntu)
2018-01-23 16:24:35 Mathieu Trudel-Lapierre nplan (Ubuntu): status New In Progress
2018-01-23 16:24:37 Mathieu Trudel-Lapierre nplan (Ubuntu): importance Undecided High
2018-01-23 16:24:39 Mathieu Trudel-Lapierre netplan: importance Undecided High
2018-02-14 17:52:32 Mathieu Trudel-Lapierre nplan (Ubuntu): status In Progress Fix Committed
2018-02-14 17:52:35 Mathieu Trudel-Lapierre netplan: status In Progress Fix Committed
2018-02-16 19:43:48 Launchpad Janitor nplan (Ubuntu): status Fix Committed Fix Released
2018-02-26 15:16:38 Mathieu Trudel-Lapierre nominated for series Ubuntu Artful
2018-02-26 15:16:38 Mathieu Trudel-Lapierre bug task added nplan (Ubuntu Artful)
2018-02-26 15:16:38 Mathieu Trudel-Lapierre nominated for series Ubuntu Xenial
2018-02-26 15:16:38 Mathieu Trudel-Lapierre bug task added nplan (Ubuntu Xenial)
2018-02-26 15:31:14 Mathieu Trudel-Lapierre description The only reference to routes in the man page in the complex example at the very bottom of the page. It's presented as being a top level element and doesn't specify interface. netplan generate will not compile this useage. routes: - to: 0.0.0.0/0 via: 11.0.0.1 metric: 3 Examining the source code, under doc/example-config, there is a demonstration of the correct routes configuration which is under and interface definition. ethernets: # opaque ID for physical interfaces, only referred to by other stanzas id0: match: macaddress: 00:11:22:33:44:55 wakeonlan: true dhcp4: true addresses: - 192.168.14.2/24 - 2001:1::1/64 gateway4: 192.168.14.1 gateway6: 2001:1::2 routes: - to: 11.22.0.0/16 via: 192.168.14.3 metric: 100 nameservers: search: [foo.local, bar.local] addresses: [8.8.8.8] Please update the man page and fill out a complete list of options available for a route. [Impact] Netplan users referring to documentation to know how to write configurations. [Test case] 1) check 'man netplan' [Regression potential] None, this change is limited to correcting incorrect documentation. --- The only reference to routes in the man page in the complex example at the very bottom of the page. It's presented as being a top level element and doesn't specify interface. netplan generate will not compile this useage.                 routes:                  - to: 0.0.0.0/0                    via: 11.0.0.1                    metric: 3 Examining the source code, under doc/example-config, there is a demonstration of the correct routes configuration which is under and interface definition. ethernets:     # opaque ID for physical interfaces, only referred to by other stanzas     id0:       match:         macaddress: 00:11:22:33:44:55       wakeonlan: true       dhcp4: true       addresses:         - 192.168.14.2/24         - 2001:1::1/64       gateway4: 192.168.14.1       gateway6: 2001:1::2       routes:        - to: 11.22.0.0/16          via: 192.168.14.3          metric: 100       nameservers:         search: [foo.local, bar.local]         addresses: [8.8.8.8] Please update the man page and fill out a complete list of options available for a route.
2018-02-28 00:54:52 Chris Halse Rogers nplan (Ubuntu Artful): status New Fix Committed
2018-02-28 00:54:55 Chris Halse Rogers bug added subscriber Ubuntu Stable Release Updates Team
2018-02-28 00:54:58 Chris Halse Rogers bug added subscriber SRU Verification
2018-02-28 00:55:04 Chris Halse Rogers tags verification-needed verification-needed-artful
2018-03-05 13:15:45 Łukasz Zemczak nplan (Ubuntu Xenial): status New Fix Committed
2018-03-05 13:17:34 Łukasz Zemczak tags verification-needed verification-needed-artful verification-done-xenial verification-needed verification-needed-artful
2018-03-05 13:19:01 Łukasz Zemczak tags verification-done-xenial verification-needed verification-needed-artful verification-needed verification-needed-artful verification-needed-xenial
2018-03-19 15:51:38 Mathieu Trudel-Lapierre tags verification-needed verification-needed-artful verification-needed-xenial verification-done-artful verification-done-xenial
2018-04-11 22:35:03 Brian Murray removed subscriber Ubuntu Stable Release Updates Team
2018-04-11 22:45:09 Launchpad Janitor nplan (Ubuntu Artful): status Fix Committed Fix Released
2018-04-12 08:48:55 Launchpad Janitor nplan (Ubuntu Xenial): status Fix Committed Fix Released
2018-07-24 05:26:47 Daniel Axtens netplan: status Fix Committed Fix Released