You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in #39, and as described in RFC6242, section 4, Netconf defines two framing modes. Clixon only support the legacy one (based on ]]>]]> sequence). It would be great to support equally the new one (and thus have the base:1.1 capability).
The text was updated successfully, but these errors were encountered:
…f 1.1.
* First hello is 1.0 EOM framing, then successing rpc is chunked framing
* See
* [Netconf framing](#50), and
* [Clixon does not switch to chunked framing after NETCONF 1.1 is negotiated](#314)
* C:
* Moved netconf framing code from netconf application to clixon lib
* Test:
* New expecteof_netconf and adjusted other expect scripts to handle NETCONF 1.1 framing
As discussed in #39, and as described in RFC6242, section 4, Netconf defines two framing modes. Clixon only support the legacy one (based on
]]>]]>
sequence). It would be great to support equally the new one (and thus have the base:1.1 capability).The text was updated successfully, but these errors were encountered: