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: NetworkConfiguration/dhcpcd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.2.3
Choose a base ref
...
head repository: NetworkConfiguration/dhcpcd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.2.4
Choose a head ref
  • 6 commits
  • 6 files changed
  • 1 contributor

Commits on May 20, 2025

  1. Configuration menu
    Copy the full SHA
    6851f33 View commit details
    Browse the repository at this point in the history
  2. IPv6: Clear previous address RA flags on receipt of a RA.

    This allows a prefix gateway to transition from onlink to
    not on link.
    
    Fixes #506.
    rsmarples committed May 20, 2025
    Configuration menu
    Copy the full SHA
    a35afcd View commit details
    Browse the repository at this point in the history
  3. defintions: define ND Route Information option

    We can't express a 2-bit integer at a 3 bit offset yet
    so just print the reserved value.
    
    Also allows this option to be excluded, fixing #506.
    rsmarples committed May 20, 2025
    Configuration menu
    Copy the full SHA
    f7dab17 View commit details
    Browse the repository at this point in the history
  4. IPv6ND: Sort routers by reachability correctly.

    Related to #492.
    rsmarples committed May 20, 2025
    Configuration menu
    Copy the full SHA
    16d6560 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2025

  1. compat: use timingsafe_bcmp if available

    Its return value is the opposite of consttime_memequal.
    This function is available all modern BSD's except for NetBSD where
    we have consttime_memequal.
    rsmarples committed Jun 1, 2025
    Configuration menu
    Copy the full SHA
    46b6a36 View commit details
    Browse the repository at this point in the history
  2. Release dhcpcd-10.2.4

    rsmarples committed Jun 1, 2025
    Configuration menu
    Copy the full SHA
    93df2b2 View commit details
    Browse the repository at this point in the history
Loading