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 #6 from project-arlo/brcm_poc
Browse files Browse the repository at this point in the history
bumped up sonic-mgmt-framework commit-id
  • Loading branch information
nirenjan authored Jun 26, 2019
2 parents 5334b91 + b4d36e7 commit 757bf99
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 56 files
+13 −0 .gitignore
+24 −2 Makefile
+89 −1 README.md
+4 −0 debian/rules
+13 −1 go_server.sh
+12 −3 src/CLI/Makefile
+5 −8 src/CLI/actioner/sonic-cli.py
+2 −2 src/CLI/clitree/Makefile
+1 −12 src/CLI/clitree/cli-xml/acl.xml
+0 −138 src/CLI/clitree/cli-xml/cli.xml
+0 −8 src/CLI/clitree/cli-xml/configure_mode.xml
+2 −144 src/CLI/clitree/cli-xml/enable_mode.xml
+0 −28 src/CLI/clitree/cli-xml/interface.xml
+0 −1,203 src/CLI/clitree/macro/bgp_macro.xml
+0 −747 src/CLI/clitree/macro/bgp_nbr_macro.xml
+0 −881 src/CLI/clitree/macro/bgp_no_nbr_macro.xml
+0 −355 src/CLI/clitree/macro/dcbx_macro.xml
+0 −23 src/CLI/clitree/macro/debug_bgp_macro.xml
+0 −156 src/CLI/clitree/macro/fc_macro.xml
+0 −1,295 src/CLI/clitree/macro/interface_macro.xml
+0 −461 src/CLI/clitree/macro/interface_switchport_macro.xml
+0 −99 src/CLI/clitree/macro/ipv6_macro.xml
+0 −926 src/CLI/clitree/macro/lldp_macro.xml
+0 −119 src/CLI/clitree/macro/mac_macro.xml
+0 −1,176 src/CLI/clitree/macro/ospf_macro.xml
+0 −1,434 src/CLI/clitree/macro/qos_macro.xml
+0 −185 src/CLI/clitree/macro/route_macro.xml
+0 −109 src/CLI/clitree/macro/route_map_macro.xml
+0 −134 src/CLI/clitree/macro/serv_hw_led.xml
+0 −154 src/CLI/clitree/macro/serv_hw_macro.xml
+0 −117 src/CLI/clitree/macro/snmp_macro.xml
+0 −134 src/CLI/clitree/macro/span_macro.xml
+0 −911 src/CLI/clitree/macro/vrrp_macro.xml
+1 −0 src/CLI/clitree/scripts/klish_platform_features_process.sh
+1 −1 src/CLI/clitree/scripts/klish_preproc_cmdtree.py
+1 −1 src/CLI/clitree/scripts/klish_replace_macro.py
+0 −5,210 src/CLI/clitree/sonic-cli-xml/acl.xml
+0 −160 src/CLI/clitree/sonic-cli-xml/cli.xml
+0 −56 src/CLI/clitree/sonic-cli-xml/configure_mode.xml
+0 −402 src/CLI/clitree/sonic-cli-xml/enable_mode.xml
+0 −2,337 src/CLI/clitree/sonic-cli-xml/interface.xml
+0 −28 src/CLI/clitree/sonic-cli-xml/ip.xml
+0 −1,576 src/CLI/clitree/sonic-cli-xml/ipv4.xml
+0 −1,235 src/CLI/clitree/sonic-cli-xml/sonic_types.xml
+0 −13 src/CLI/clitree/sonic-cli-xml/startup.xml
+4 −5 src/CLI/klish/Makefile
+7 −7 src/CLI/klish/patches/klish-2.1.4/clish_start
+5 −5 src/cvl/Makefile
+6 −3 src/cvl/cvl.go
+7 −4 src/cvl/schema/sonic-acl.yang
+7 −5 src/cvl/schema/sonic-vlan.yang
+2 −1 src/cvl/tests/Makefile
+42 −21 src/translib/acl_app.go
+128 −152 src/translib/db/db.go
+42 −61 src/translib/nonyang_app.go
+4 −4 src/translib/translib.go

0 comments on commit 757bf99

Please sign in to comment.