Currently the packages puppet-network and ifupdown-extra are not
handling the default route with in a standard manner. The package
puppet-network is adding the netmask value as IPv4 (0.0.0.0), this
change uses the prefix length with zero, as ifupdown-extra is capable
to process both netmask and prefix length per entry in
/etc/network/routes.
As for ifupdown-extra it was not capable to handle the "default"
keyword for IPv4/6 routes. This change adds that capacity.
Test plan
[PASS] install AIO-DX with 1 compute node
[PASS] unlock compute node, a default IPv6 route was installed
[PASS] add/remove IPv6 routes on the compute node
[PASS] add/remove another IPv6 default route on the compute node,
with different metric
Story: 2010211
Task: 46284
Signed-off-by: Andre Kantek <andrefernandozanella.kantek@windriver.com>
Change-Id: I38bc8437c26c1e906b600b5f3c609fe504883101
6 lines
330 B
Plaintext
6 lines
330 B
Plaintext
0001-save-result-file-to-var-run-network-to-allow-manipul.patch
|
|
0002-set-provider-mode-when-formatting-interfaces-file.patch
|
|
0003-set-routes-file-to-var-run-network-scripts.puppet.patch
|
|
0004-Save-dir-path-variable-with-distinct-names.patch
|
|
0005-Add-options-content-to-routes-file.patch
|
|
0006-Use-prefix_len-for-default-routes.patch |