- Added netconf to fuzz

- Restconf internal start more robust
- Restconf fcgi fix
This commit is contained in:
Olof hagsand 2021-09-22 09:43:07 +02:00
parent 55377786c1
commit 47141089c2
11 changed files with 162 additions and 16 deletions

7
configure vendored
View file

@ -1381,7 +1381,6 @@ Optional Packages:
--with-restconf=native Integration with embedded web server (DEFAULT)
--with-restconf=fcgi FCGI interface for stand-alone web rev-proxy eg
nginx (default)
--with-restconf=native Integrate restconf with embedded http server
--without-restconf Disable restconf altogether
--with-configfile=FILE Set default path to config file
--with-libxml2 Use gnome/libxml2 regex engine
@ -5405,12 +5404,6 @@ if test "${with_restconf+set}" = set; then :
fi
# Check whether --with-restconf was given.
if test "${with_restconf+set}" = set; then :
withval=$with_restconf;
fi
# Set default config file location
CLIXON_DEFAULT_CONFIG=/usr/local/etc/clixon.xml