Files
community.general/lib/ansible/modules/net_tools
Susant Sahani 88dcb11695 nmcli: Introduce IPIP Tunnel (#45933)
This work enables to add ipip tunnel via nmcli module

```
  - nmcli:
       state: present
       type: ipip
       conn_name: ipip_test1
       autoconnect: yes
       ip_tunnel_dev: enp0s8
       ip_tunnel_local: 192.168.1.2
       ip_tunnel_remote: 192.168.1.5
```

version2: Added tests
Signed-off-by: Susant Sahani <susant@redhat.com>

Rebase
2018-11-16 23:57:11 -05:00
..
2018-11-02 12:14:57 -04:00
2018-11-05 17:20:37 +00:00
2018-11-09 07:24:13 +00:00
2018-11-14 18:05:25 +05:30
2017-08-15 23:12:08 -07:00
2017-12-07 20:25:55 +00:00
2018-03-21 11:04:55 -07:00
2018-11-16 23:57:11 -05:00