Added options for Restconf evhtp setting default bind socket address and ports CLICON_RESTCONF_IPV4_ADDR, CLICON_RESTCONF_IPV6_ADDR, CLICON_RESTCONF_HTTP_PORT, CLICON_RESTCONF_HTTPS_PORT
This commit is contained in:
parent
25f67d1eb9
commit
0e4df0e8fc
7 changed files with 279 additions and 35 deletions
|
|
@ -10,7 +10,7 @@ set -eux #
|
|||
|
||||
if [ $# -ne 1 -a $# -ne 2 ]; then
|
||||
echo "usage: $0 <box> [destroy]\n <box> as defined in https://vagrantcloud.com/search"
|
||||
exit -1
|
||||
exit 255
|
||||
fi
|
||||
|
||||
box=$1 # As defined in https://vagrantcloud.com/search
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue