ansible-role-systemd_networkd/releasenotes/notes
Dmitriy Rabotyagov 70442c5efb Fix defenition of multiple static routes for network
Current logic was relying on iteration inside the template. However,
since config_template module was used to deliver network configuration
it was merging sections having same name together.

While this behaviour is correct one for config_template as all sections
must be unique from ConfigParser perspective and in order to apply
overrides properly, it was not suiting the way how routes should be
defined in networkd configuration.

To workaround the issue we place routes separately under <network>.d
directory, which should be supported by systemd [1]

[1] https://www.freedesktop.org/software/systemd/man/latest/systemd.network.html

Closes-Bug: #2045819
Change-Id: I01aa44dcdc85e32d18dd52bcd4878a9017fb6ead
2023-12-09 05:24:57 +00:00
..
.placeholder first commit 2018-03-13 23:09:48 -05:00
networkd_filename_formatting-ce5e032876cdca09.yaml Ensure filename is always defined for network/netdev 2023-12-08 17:51:16 +00:00
networkd_multiple_routes-becb9e691f38987a.yaml Fix defenition of multiple static routes for network 2023-12-09 05:24:57 +00:00