mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
nmcli: allow IPv4/IPv6 configuration on ipip and sit devices (#3239)
* Allow IPv4/IPv6 configuration on mode "sit" tunnel devices * Update Unit Test for Allow IPv4/IPv6 configuration on mode "sit" tunnel devices * Add changelog for Allow IPv4/IPv6 configuration on mode "sit" tunnel devices * Update changelogs/fragments/3239-nmcli-sit-ip-config-bugfix.yaml Co-authored-by: Ajpantuso <ajpantuso@gmail.com> * Added ip4/ip6 configuration arguments for ipip tunnels Co-authored-by: Ajpantuso <ajpantuso@gmail.com>
This commit is contained in:
parent
23e7ef0255
commit
1ca9c35010
3 changed files with 16 additions and 0 deletions
|
@ -1248,6 +1248,8 @@ class Nmcli(object):
|
|||
'ethernet',
|
||||
'generic',
|
||||
'infiniband',
|
||||
'ipip',
|
||||
'sit',
|
||||
'team',
|
||||
'vlan',
|
||||
'wifi'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue