Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Validation check correction while adding a member to PortChannel (#2078)
Corrected the validation check while adding a member to a PortChannel This PR will fix the issue - sonic-net/sonic-buildimage#9908 The CLI command should reject when trying to add member to a Portchannel when link-local is enabled in it. `` root@sonic:/home/admin# config ipv6 enable link-local root@sonic:/home/admin# root@sonic:/home/admin# config portchannel add PortChannel0001 root@sonic:/home/admin# root@sonic:/home/admin# config portchannel member add PortChannel0001 Ethernet64 Usage: config portchannel member add [OPTIONS] <portchannel_name> <port_name> Try "config portchannel member add -h" for help. Error: Ethernet64 has ip address configured root@sonic:/home/admin# `` Signed-off-by: Akhilesh Samineni akhilesh.samineni@broadcom.com
- Loading branch information