Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #12 from project-arlo/brcm_poc
Browse files Browse the repository at this point in the history
bumped up sonic-mgmt-framework commit to include PR #18
  • Loading branch information
srideepDell authored Jul 10, 2019
2 parents 5fc3cb0 + c7ecb4f commit 31ea940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonic-mgmt-framework
Submodule sonic-mgmt-framework updated 40 files
+20 −40 Makefile
+37 −6 go_server.sh
+36 −20 models/Makefile
+1 −0 models/openapi/vlan.yaml
+1 −1 models/yang/Makefile
+3 −3 src/CLI/clitree/cli-xml/acl.xml
+3 −3 src/CLI/clitree/cli-xml/configure_mode.xml
+3 −3 src/CLI/clitree/cli-xml/enable_mode.xml
+3 −3 src/CLI/clitree/cli-xml/interface.xml
+3 −3 src/CLI/clitree/cli-xml/ip.xml
+3 −2 src/CLI/clitree/cli-xml/ipv4.xml
+3 −3 src/CLI/clitree/cli-xml/sonic_types.xml
+3 −3 src/CLI/clitree/cli-xml/startup.xml
+1 −1 src/CLI/clitree/scripts/klish_ins_def_cmd.py
+2 −2 src/CLI/clitree/scripts/klish_insert_pipe.py
+2 −2 src/CLI/clitree/scripts/sonic-clish.xsd
+2 −2 src/cvl/Makefile
+587 −180 src/cvl/cvl.go
+304 −165 src/cvl/cvl_api.go
+64 −0 src/cvl/internal/util/util.go
+471 −0 src/cvl/internal/yparser/yparser.go
+90 −0 src/cvl/schema/sonic-bgp-neighbor.yang
+66 −0 src/cvl/schema/sonic-cablelength.yang
+95 −0 src/cvl/schema/sonic-device-metadata.yang
+78 −0 src/cvl/schema/sonic-device-neighbor.yang
+54 −0 src/cvl/schema/sonic-interface.yang
+54 −0 src/cvl/schema/sonic-portchannel-interface.yang
+54 −0 src/cvl/schema/sonic-vlan-interface.yang
+1 −1 src/cvl/tests/Makefile
+77 −4 src/cvl/tests/cfg_validator.go
+16 −8 src/cvl/tests/cv_acl.go
+39 −6 src/cvl/tests/cv_vlan.go
+296 −0 src/cvl/tests/cvl_test.go
+41 −0 src/cvl/tests/jsondata_test.go
+67 −0 src/rest/Makefile
+132 −8 src/rest/main/main.go
+2 −2 src/rest/server/handler.go
+10 −8 src/translib/acl_app.go
+1 −3,800 src/translib/ocbinds/oc.go
+69 −124 tools/pyang/pyang_plugins/openapi.py

0 comments on commit 31ea940

Please sign in to comment.