mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-03 17:18:54 +00:00
* nmcli: bond ARP options stop lying in check/diff (#11588) Align arp_interval/arp_ip_target keys with bond.options parsing, route ARP settings via +bond.options, and fix bond MTU false positives. * Changelog: nmcli fragment gets PR links and clearer diff wording Address reviewer feedback on #12085 — both entries now cite the PR URL and the MTU entry says "incorrectly reports diff" instead of "false positives". --------- Co-authored-by: Asif Draxi <asif.draxi@blackline.com>
This commit is contained in:
parent
e6ca0df592
commit
fdace38501
3 changed files with 275 additions and 9 deletions
3
changelogs/fragments/11588-nmcli-bond-arp-diff.yml
Normal file
3
changelogs/fragments/11588-nmcli-bond-arp-diff.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
bugfixes:
|
||||
- nmcli - fix check/diff reporting changes for bond ``arp_interval`` and ``arp_ip_target`` options when they are already configured (https://github.com/ansible-collections/community.general/issues/11588, https://github.com/ansible-collections/community.general/pull/12085).
|
||||
- nmcli - fix incorrectly reports diff for bond connections when ``mtu`` is unset and NetworkManager reports no explicit MTU value (https://github.com/ansible-collections/community.general/pull/12085).
|
||||
Loading…
Add table
Add a link
Reference in a new issue