mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
fix for nxos_ospf_vrf invalid cmd and ntp errors (#27977)
* fix for nxos_ospf_vrf invalid cmd * fix for nxos_ntp issues
This commit is contained in:
parent
19a6000d97
commit
9d84a4e530
20 changed files with 271 additions and 13 deletions
|
@ -59,7 +59,6 @@ class TestNxosOspfVrfModule(TestNxosModule):
|
|||
sorted(['router ospf 1',
|
||||
'vrf test',
|
||||
'timers throttle lsa 60 1100 3000',
|
||||
'ospf 1',
|
||||
'timers throttle spf 50 1000 2000',
|
||||
'vrf test']))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue