Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add check to not allow deleting PO if its member of vlan (#2237)
What I did Added check to not allow deleting PortChannel if its member of vlan. How I did it Added a check in the command script. How to verify it Create a portchannel. Add the portchannel to a vlan. Try to delete the portchannel. It should throw an error message. Previous command output (if the output of a command-line utility has changed) New command output (if the output of a command-line utility has changed) Error: PortChannel1 has vlan Vlan100 configured, remove vlan membership to proceed Co-authored-by: anilkpan <47642449+anilkpan@users.noreply.github.com>
- Loading branch information