CiscoDevNet / ansible-dcnm

Apache License 2.0
47 stars 37 forks source link

Fix for non zero max hop config #275

Closed praveenramoorthy closed 8 months ago

praveenramoorthy commented 9 months ago

When max is set to and non zero value, and if there are other switches in the network within that hops, the discovery api returns all the switches available with that hop. In such cases inventory module tries to configure all available switches apart from the configured one. The fix now restricts the configuration only to the configured switch.