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

Commits on Nov 27, 2023

  1. Revert #187

    Using an explicit matrix, makes sure the required version of the module
    can be tested.
    
    Signed-off-by: Jeroen Simonetti <[email protected]>
    jsimonetti committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    74450cb View commit details
    Browse the repository at this point in the history
  2. Enable golangci-lint (#202)

    Add a GitHub actions workflow to run golanci-lint.
    * Only uses latest Go version to avoid `gofmt` differences.
    * Fixup linting issues.
    * Ignore misspell `Prefered` as it is used as a public struct variable.
    * Disable `unused-parameter` as it produces unecessary warning noise.
    
    Signed-off-by: SuperQ <[email protected]>
    SuperQ authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    889c07b View commit details
    Browse the repository at this point in the history
  3. Use commit hash with actions (#203)

    Signed-off-by: Jeroen Simonetti <[email protected]>
    jsimonetti authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    13375a6 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump actions/setup-go from 3.5.0 to 4.1.0 (#205)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.5.0 to 4.1.0.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@6edd440...93397be)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    27a8b31 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. build(deps): bump golang.org/x/sys (#206)

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.14.1-0.20231108175955-e4099bfacb8c to 0.15.0.
    - [Commits](https://github.com/golang/sys/commits/v0.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    dbce757 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. build(deps): bump golang.org/x/sys from 0.15.0 to 0.16.0 (#210)

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.15.0 to 0.16.0.
    - [Commits](golang/sys@v0.15.0...v0.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    277e862 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/setup-go from 4.1.0 to 5.0.0 (#209)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.1.0 to 5.0.0.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@93397be...0c52d54)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jeroen Simonetti <[email protected]>
    dependabot[bot] and jsimonetti authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    8740a9c View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Relieve length check for NeighAttributes (#208)

    * Remove length check for NeighAttributes
    
    The attribute length has more context then previously presumed.
    Especially when using tunnels and other link types, the attributes
    can use different lengths then expected.
    
    This completely removes any length check for neighbor attributes.
    This places the burden of checking for correctness to the consumer
    of this library.
    jsimonetti authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    8f6dc23 View commit details
    Browse the repository at this point in the history
Loading