sonic-net / SONiC

Landing page for Software for Open Networking in the Cloud (SONiC) - https://sonic-net.github.io/SONiC/
2.16k stars 1.1k forks source link

Draft HLD document for portchannel interface (#2) #1727

Open Satoru-Shinohara opened 2 days ago

Satoru-Shinohara commented 2 days ago

What we did: Added transformer support for portchannel interface using openconfig models.

Why we did it? We have replaced the interface configuration to use OpenConfig YANG. This PR broadens the supported interface types to inclue portchannel interface configuration via REST and gNMI.

Support added:

Provide support for OpenConfig portchannel interfaces YANG models. Add a transformer based implementation of: Configure/Set, GET, and Deletion of portchannel interface and its attributes. Portchannel interface parameters can be modified via REST and gNMI. Subscription support is also added. Corresponding coding PR: https://github.com/sonic-net/sonic-mgmt-common/pull/142