mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-22 18:31:25 -07:00
nmcli: add new addr_gen_mode6 options (#5974)
* nmcli: add new addr_gen_mode6 options * Add changelog fragment. * Update plugins/modules/nmcli.py Co-authored-by: Felix Fontein <felix@fontein.de> * Adjust documentation. --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
bbd68e26a2
commit
ed8049a220
3 changed files with 6 additions and 3 deletions
|
@ -3917,7 +3917,7 @@ def test_bond_connection_unchanged(mocked_generic_connection_diff_check, capfd):
|
|||
route_metric6=dict(type='int'),
|
||||
method6=dict(type='str', choices=['ignore', 'auto', 'dhcp', 'link-local', 'manual', 'shared', 'disabled']),
|
||||
ip_privacy6=dict(type='str', choices=['disabled', 'prefer-public-addr', 'prefer-temp-addr', 'unknown']),
|
||||
addr_gen_mode6=dict(type='str', choices=['eui64', 'stable-privacy']),
|
||||
addr_gen_mode6=dict(type='str', choices=['default', 'default-or-eui64', 'eui64', 'stable-privacy']),
|
||||
# Bond Specific vars
|
||||
mode=dict(type='str', default='balance-rr',
|
||||
choices=['802.3ad', 'active-backup', 'balance-alb', 'balance-rr', 'balance-tlb', 'balance-xor', 'broadcast']),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue