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: vishvananda/netlink
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.1
Choose a base ref
...
head repository: vishvananda/netlink
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.0
Choose a head ref
  • 3 commits
  • 8 files changed
  • 4 contributors

Commits on Aug 23, 2024

  1. rule: add Rule.Type to allow adding/listing unreachable (RTN_UNREACHA…

    …BLE) rules
    
    Updates #710
    
    Co-authored-by: Brad Fitzpatrick <[email protected]>
    Signed-off-by: Percy Wegmann <[email protected]>
    2 people authored and aboch committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    5b0b9d8 View commit details
    Browse the repository at this point in the history
  2. Handle: add ConntrackDeleteFilter alias for backward compat

    Commit c96b03b changed the signature
    of this method to accept a list of filters and renamed it to
    ConntrackDeleteFilters (plural).
    
    This patch
    
    - adds back ConntrackDeleteFilter as an alias
    - marks it as deprecated in favor of the new version.
    - adds missing stubs for other platforms
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah authored and aboch committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    298ff27 View commit details
    Browse the repository at this point in the history
  3. Fix recvfrom goroutine leak

    nekohasekai authored and aboch committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    6f57139 View commit details
    Browse the repository at this point in the history
Loading