Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix netconf framing protocol #946

Merged
merged 9 commits into from
Jun 16, 2024

Commits on Mar 10, 2020

  1. Updated NETCONF framing protocol detection to check both client & ser…

    …ver 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.
    Jason Larke committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    1cecea6 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

  1. fix NETCONF to comply with RFC6242 for framing protocol

    Todd Schavey committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    76c002e View commit details
    Browse the repository at this point in the history
  2. netcconf client - fix null ptr exception on dispose

    Todd Schavey committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    7f7bed3 View commit details
    Browse the repository at this point in the history
  3. netcconf client - provide example usage in xml doc

    Todd Schavey committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    99ec4ab View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Merge remote-tracking branch 'upstream/develop' into fix_netconf_fram…

    …ing_protocol
    
    Adding co-author credit from sshnet#639:
    
    Co-authored-by: Jason Larke <[email protected]>
    Rob-Hague and Jason Larke committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    03aa776 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Configuration menu
    Copy the full SHA
    1eb928f View commit details
    Browse the repository at this point in the history
  2. add comment

    Rob-Hague committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    0157a2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18283d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e834d8f View commit details
    Browse the repository at this point in the history