Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CESNET/netopeer2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: CESNET/netopeer2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: devel
Choose a head ref
  • 16 commits
  • 34 files changed
  • 3 contributors

Commits on Aug 14, 2025

  1. main BUGFIX fix empty rpc-reply

    When an RPC output has a container and the RPC callback returns nothing,
    the np2srv_rpc_cb does not add the 'ok' empty leaf. The rpc-reply is
    empty.
    The client receives an error when it reads the RPC response with
    nc_recv_reply, because it expects either 'ok' or 'data'.
    Look at the content of the reply and add the 'ok' leaf if no child with
    the default flag is found.
    
    Fixes: 3936132 ("server UPDATE call NC RPC directly, not using sysrepo")
    Link: https://datatracker.ietf.org/doc/html/rfc7950#section-7.14.4
    Link: https://datatracker.ietf.org/doc/html/rfc6241#section-4.4
    jeremie6wind authored and michalvasko committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    07e72c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2025

  1. Configuration menu
    Copy the full SHA
    774d2de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    188720a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8450a58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    674056a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c44d3d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b099ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e7a9ed7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b19e229 View commit details
    Browse the repository at this point in the history
  9. main UPDATE lnc2 unix socket updates

    It is now managed by YANG configuration.
    michalvasko committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    2680904 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    14d443c View commit details
    Browse the repository at this point in the history
  11. tests REFACTOR formatting

    michalvasko committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    30790db View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2025

  1. Configuration menu
    Copy the full SHA
    48d306c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f0d364 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2025

  1. Configuration menu
    Copy the full SHA
    cb307de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cc36cd View commit details
    Browse the repository at this point in the history
Loading