STORDIS / orca_backend

ORCA Backend is a REST API server written using Django framework to access orca_nw_lib functionalities. It is a backend service that can be used by applications to interact with SONiC Network and devices.
https://stordis.github.io/
Apache License 2.0
2 stars 3 forks source link

Configure mclag ports - b - #65 #49

Closed vivek-metricdust closed 2 months ago

vivek-metricdust commented 2 months ago

backend fix for #65

Functionality which will suport the deletion of single member (Portchannel) of mclag if the member are provided it will delete only those portchannels else it will delete all the portchannels form members. Respective test cases are added to check the deletion of a single member and also delete all the members.

There is if statement in the mclag.py which will check

vivek-metricdust commented 2 months ago

All retested changes are added in commit fixes in 2691f44

New end point for deletion of member added. additional test cases to update the port channel member also added.