-
Notifications
You must be signed in to change notification settings - Fork 142
Comparing changes
Open a pull request
base repository: NetworkConfiguration/dhcpcd
base: v10.2.0
head repository: NetworkConfiguration/dhcpcd
compare: v10.2.1
- 14 commits
- 73 files changed
- 2 contributors
Commits on Feb 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4d583c4 - Browse repository at this point
Copy the full SHA 4d583c4View commit details
Commits on Feb 13, 2025
-
Fix building with different options
Fixes #458. Add many build options to the NetBSD target Set any warnings to be errors as NetBSD should build without any warnings. DragonFly as well, but we don't have a target for that.
Configuration menu - View commit details
-
Copy full SHA for 491cc3e - Browse repository at this point
Copy the full SHA 491cc3eView commit details
Commits on Feb 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b1a52d8 - Browse repository at this point
Copy the full SHA b1a52d8View commit details -
For route MTU comparison allow zero MTU to match interface MTU
Because some OS put the interface MTU into the route MTU if the route does not define its own.
Configuration menu - View commit details
-
Copy full SHA for ab2d7cd - Browse repository at this point
Copy the full SHA ab2d7cdView commit details
Commits on Feb 18, 2025
-
BSD: Fix netmask family and length for incoming route msgs
Netmask family and length are ignored by traditional userland tools such as route and netstat and are assumed to match the destination sockaddr. This is fortunate because BSD kernels use a radix tree to store routes which adjusts the netmask at the point of insertion where this information is lost. We can just sub in the values from the destination address. This is currently true for all BSD kernels.
Configuration menu - View commit details
-
Copy full SHA for f608e85 - Browse repository at this point
Copy the full SHA f608e85View commit details
Commits on Feb 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b7105e1 - Browse repository at this point
Copy the full SHA b7105e1View commit details
Commits on Feb 20, 2025
-
BSD: Loop when pulling routes into our buffer if no memory
We need to make two sysctls to pull the route table from the kernel. The first one works out the size of the buffer required and the second one populates it. It's possible for more routes to be added between these two calls causing the second call to fail with ENOMEM. If this happens, just re-query the size needed and try again. Fixes #466.
Configuration menu - View commit details
-
Copy full SHA for f7a6397 - Browse repository at this point
Copy the full SHA f7a6397View commit details
Commits on Feb 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ef74ffd - Browse repository at this point
Copy the full SHA ef74ffdView commit details
Commits on Feb 22, 2025
-
route lifetime behaviour should mirror other lifetimes
Each lifetime has a an aquistion time so we can compare to now to know how much of the lifetime is left. Apply the difference when adding/changing the route just as we do for addresses. This allow us to work out better when we need to update the route lifetime from a newer aquisition. Fixes #465.
Configuration menu - View commit details
-
Copy full SHA for e7f9091 - Browse repository at this point
Copy the full SHA e7f9091View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a38e02 - Browse repository at this point
Copy the full SHA 0a38e02View commit details
Commits on Feb 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3425b8f - Browse repository at this point
Copy the full SHA 3425b8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 572c3e1 - Browse repository at this point
Copy the full SHA 572c3e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e143ee1 - Browse repository at this point
Copy the full SHA e143ee1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5c74d5 - Browse repository at this point
Copy the full SHA c5c74d5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v10.2.0...v10.2.1