* Netconf: Disabled default announcing of Netconf 1.1, instead only announce 1.0
* See [Clixon does not switch to chunked framing after NETCONF 1.1 is negotiated](https://github.com/clicon/clixon/issues/314) * To enable Netconf 1.1, set `NETCONF_1_1_ANNOUNCE`
This commit is contained in:
parent
23b466a854
commit
85c6c11970
3 changed files with 12 additions and 0 deletions
|
|
@ -156,3 +156,10 @@
|
|||
* If not set, client will exit
|
||||
*/
|
||||
#define PROTO_RESTART_RECONNECT
|
||||
|
||||
/*! Announce Netconf 1.1 capability as defined by RFC 6242
|
||||
* Problem wih 1.1 is it requires "chunked framing" which Clixon at this point does not
|
||||
* support.
|
||||
* See https://github.com/clicon/clixon/issues/50 and https://github.com/clicon/clixon/issues/314
|
||||
*/
|
||||
#undef NETCONF_1_1_ANNOUNCE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue