Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updated NETCONF framing protocol detection to check both client & server capabilities This fixes an issue where the NetConfSession would expect the framing protocol to be used if ServerCapabilities contained 1.1, however the server would actually be using the legacy protocol as the client only advertises support for 1.0. * fix NETCONF to comply with RFC6242 for framing protocol * netcconf client - fix null ptr exception on dispose * netcconf client - provide example usage in xml doc * add comment --------- Co-authored-by: Jason Larke <jason.larke@curtin.edu.au> Co-authored-by: Todd Schavey <todd.schavey@ge.com> Co-authored-by: Robert Hague <rh@johnstreetcapital.com> Co-authored-by: Rob Hague <rob.hague00@gmail.com>
- Loading branch information