mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00: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:
@@ -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']))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user