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 #3 from project-arlo/brcm_poc
Browse files Browse the repository at this point in the history
Merged changes 70007e6d2ba3a4c0b371cd693ccc63e0a8906e77..00d4fcfed6a7…
  • Loading branch information
PrabhuSreenivasan authored Jun 22, 2019
2 parents a1e885f + 3d804a4 commit 23c4b77
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions dockers/docker-sonic-mgmt-framework/rest-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

REST_SERVER_ARGS=" -ui /rest_ui -port=80 -logtostderr"

exec /usr/sbin/rest_server ${REST_SERVER_ARGS}

#export LIBYANG_EXTENSIONS_PLUGINS_DIR
export CVL_SCHEMA_PATH=/usr/sbin/schema
export LIBYANG_EXTENSIONS_PLUGINS_DIR=/usr/sbin/lib
export LIBYANG_USER_TYPES_PLUGINS_DIR=/usr/sbin/lib
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PATH:/usr/sbin/lib

exec /usr/sbin/rest_server ${REST_SERVER_ARGS}
#while [ true ]; do sleep 1; done

0 comments on commit 23c4b77

Please sign in to comment.