Fix eos_vrf and eos_vlan interfaces param idempotent issue (#34921)

Fixes # 34917

*  Remove spaces from in between interface name
*  Convert interface name to lower case as interface name
   is case insensitive wrt configuring on remote device.
This commit is contained in:
Ganesh Nalawade
2018-01-16 17:46:14 +05:30
committed by GitHub
parent 6fe0215c8f
commit c386ae9498
5 changed files with 29 additions and 17 deletions

View File

@@ -27,7 +27,8 @@ notes:
options:
name:
description:
- Name of the Interface to be configured on remote device.
- Name of the Interface to be configured on remote device. The name of interface
should be in expanded format and not abbreviated.
required: true
description:
description: