Skip to content

Commit 9c8a2e2

Browse files
committed
Correct casing of IPv6AcceptRA.
1 parent 876d635 commit 9c8a2e2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ for emergencies or non-content releases).
2121
- Use proper spelling of 'drop-in', which resulted in a parameter name
2222
changing from `dropin_for` to `drop_in_for`.
2323

24+
### Changed
25+
26+
- Correct casing of 'IPv6AcceptRA' in network role.
27+
2428
## [25.5.0] - 2025-06-26
2529

2630
### Added

src/roles/network/templates/network.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686

8787
{% endif %}
8888
{% if "ipv6acceptra" in network -%}
89-
[IPV6AcceptRA]
89+
[IPv6AcceptRA]
9090
{% for arg, value in network.ipv6acceptra.items() %}
9191
{% if value is string or value is integer %}
9292
{{ network_ipv6acceptra_arguments[arg] }}={{ value }}

0 commit comments

Comments
 (0)