sonic-mgmt-framework icon indicating copy to clipboard operation
sonic-mgmt-framework copied to clipboard

Results 34 sonic-mgmt-framework issues
Sort by recently updated
recently updated
newest added

Hi `sonic-net/sonic-mgmt-framework`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...

This PR restructures the patches to use one patch file per logical change and to use quilt, so that it's easier to maintain and modify in the future. In addition,...

Try to add interface Ethernet0 as a VLAN Member under Vlan100 as untagged, using Restconf, it is accepted, and added in config_db. Then, if we try to add Ethernet0 as...

PR for fixing https://github.com/Azure/sonic-mgmt-framework/issues/84

Changes are done as part of Event and Alarm Framework described in [HLD](https://github.com/Azure/SONiC/pull/761) The changes involve xml, actioner and renderer scripts to support various show/exec commands as described in the...

Hi folks, I have a basic query related to sonic-management-framework. What I understood is, it intern run the rest server and through rest client, using this container we can configure...

Hi I am facing an issue in compilation issue in sonic-mgmt-framework. Docker Version: 20.10.2 Go version: go1.13.8 Steps : Compile the sonic code using make all (broadcom)---->>>Success cd src/sonic-mgmt-framework make...

admin@sonic:~ sonic-cli Error: Unresolved PTYPE "MCLAG_KA_INTERVAL_RANGE" in PARAM "KA" admin@sonic:~ @gitsabari

Signed-off-by: Joyas Joseph **- Why I did it** Code cleanup. While analyzing a build failure for sonic-mgmt-framework, it was observed that package installations are happening during the build stage. ```...

Installing dependent packages in the Makefile ([see here](https://github.com/Azure/sonic-mgmt-framework/blob/master/CLI/Makefile#L47-L52)) can break a parallel SONiC image build, because it can cause parallel executions of `dpkg`, which can cause failures. The build system...

bug