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
the invocacation specifies ethernet 1/3/7 as tagged for vlan 128, but the resulting commands add interface ethernet 1/1/7 as tagged. the issue does not occur when not using the purge option.
SUMMARY
the values for stack and module are hardcoded in icx_vlan.py, line 537.
the problem becomes visible in this example module invocation:
the invocacation specifies ethernet 1/3/7 as tagged for vlan 128, but the resulting commands add interface ethernet 1/1/7 as tagged. the issue does not occur when not using the
purge
option.ISSUE TYPE
COMPONENT NAME
icx_vlan
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
target os: ICX 10.1.00T7f5
STEPS TO REPRODUCE
configure vlan with any interface with a module that is not 1 and use the
purge
option.EXPECTED RESULTS
interface 1/3/7 gets added as tagged to vlan 128
ACTUAL RESULTS
interface 1/1/7 gets added as tagged to vlan 128
The text was updated successfully, but these errors were encountered: