NETCONF hello error handling, changed YANG PATCH enabling, refactored static linking
NETCONF hello errors, such as wrong session-id, prefix, namespace terminates session * Instead of returning an rpc-error reply Changed YANG PATCH enabling: * Now: `./configure --enable-yang-patch` * Before: set YANG_PATCH constant in `include/clixon_custom.h` Refactored Makefile for static linking
This commit is contained in:
parent
8f55b8490d
commit
26d37352f4
14 changed files with 166 additions and 98 deletions
|
|
@ -32,6 +32,7 @@
|
|||
#
|
||||
# Generated from autotools, ie from the ./configure run,
|
||||
# See configure.ac for source
|
||||
# See also site.sh
|
||||
|
||||
# This is for RESTCONF. There are three options:
|
||||
# --without-restconf No restconf support
|
||||
|
|
@ -78,3 +79,5 @@ CERTKEYLEN=2048
|
|||
LINKAGE=@LINKAGE@
|
||||
SH_SUFFIX=@SH_SUFFIX@
|
||||
LIBSTATIC_SUFFIX=@LIBSTATIC_SUFFIX@
|
||||
CLIXON_YANG_PATCH=@CLIXON_YANG_PATCH@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue