mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40:22 -07: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:
parent
4553ec5cc5
commit
4c21563ac6
3 changed files with 95 additions and 26 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue