1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-30 07:50:43 +00:00

- Adds sub-interface support for nxos_interface and nxos_ip_interface (#30830)

- Support dot1 encapsulation on routed sub-interface
This commit is contained in:
Kedar K 2017-09-26 21:34:51 +05:30 committed by GitHub
parent 4553ec5cc5
commit 4c21563ac6
3 changed files with 95 additions and 26 deletions

View file

@ -58,7 +58,6 @@ class TestNxosIPInterfaceModule(TestNxosModule):
self.assertEqual(result['commands'],
['interface eth2/1',
'no ip address 1.1.1.1/8',
'interface eth2/1',
'ip address 1.1.1.2/8'])
def test_nxos_ip_interface_ip_idempotent(self):