You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All of eos_*_interfaces module parse interface incorrectly if the description has an interface keyword in it
ISSUE TYPE
Bug Report
COMPONENT NAME
eos_*_interfaces
ANSIBLE VERSION
2.9.10 and devel
CONFIGURATION
OS / ENVIRONMENT
STEPS TO REPRODUCE
EXPECTED RESULTS
The interface gets parsed correctly and as expected and if interfaces facts are checked, the description should be displayed as this is interface for testing
ACTUAL RESULTS
The Interface gets parsed incorrectly and not as expected, the description is displayed as this is. Also, this is valid for all of eos_*_interfaces module where currently the logic in place split the retrieved config string based on interface w/o any check and that results into splitting of description interface wrongly as well
The text was updated successfully, but these errors were encountered:
SUMMARY
All of eos_*_interfaces module parse interface incorrectly if the description has an interface keyword in it
ISSUE TYPE
COMPONENT NAME
eos_*_interfaces
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
STEPS TO REPRODUCE
EXPECTED RESULTS
The interface gets parsed correctly and as expected and if interfaces facts are checked, the description should be displayed as
this is interface for testing
ACTUAL RESULTS
The Interface gets parsed incorrectly and not as expected, the description is displayed as
this is
. Also, this is valid for all ofeos_*_interfaces
module where currently the logic in place split the retrieved config string based on interface w/o any check and that results into splitting of descriptioninterface
wrongly as wellThe text was updated successfully, but these errors were encountered: