community.general/changelogs/fragments/8558-fix-bond-connection-type-options.yml
Joey Grant e82c8f75f1 fix(nmcli): remove bond from ip_conn_type
By `bond` connections being included in the `ip_conn_type` list, the
resulting `nmcli` commands include references to `ipv4` and `ipv6`
settings. These options are not available to `bond` connection types as
stated by the error output in issue #8558.

Closes #8558
2024-08-07 10:31:01 -04:00

2 lines
241 B
YAML

minor_changes:
- "nmcli - corrects underlying command formation by no longer including ``ipv4.*`` and ``ipv6.*`` settings when working with ``bond`` connection types (https://github.com/ansible-collections/community.general/issues/8558)."