-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 10f4dfcc04b6
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 86d71ddbed42
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 4 files changed
- 2 contributors
Commits on Apr 13, 2020
-
nixos/networking: fix setting .macAddress and .mtu with networkd
This needs to be set in the .linkConfig of a .network
Configuration menu - View commit details
-
Copy full SHA for cddc7a2 - Browse repository at this point
Copy the full SHA cddc7a2View commit details -
nixos/networking: add assertion catching setting mac addresses on tun…
… devices Setting a MAC Address on a tun interface isn't supported, and invoking the corresponding command fails.
Configuration menu - View commit details
-
Copy full SHA for ca391c8 - Browse repository at this point
Copy the full SHA ca391c8View commit details -
nixos/networking: move network-link-${i.name} to scripted networking
The unit sets MTU and MAC Address even with networkd enabled, which isn't necessary anymore, as networkd handles this by itself.
Configuration menu - View commit details
-
Copy full SHA for 5325281 - Browse repository at this point
Copy the full SHA 5325281View commit details -
nixosTests.networking: make routing table comparison more reliable
This was whitespace-sensitive, kept fighting with my editor and broke the tests easily. To fix this, let python convert the output to individual lines, and strip whitespace from them before comparing.
Configuration menu - View commit details
-
Copy full SHA for 1e19453 - Browse repository at this point
Copy the full SHA 1e19453View commit details -
nixosTests.networking.virtual: fix with networkd
We only need to wait for network.target to get up, and the network-addresses-${interfaceName} units are scripted networking only.
Configuration menu - View commit details
-
Copy full SHA for 5150378 - Browse repository at this point
Copy the full SHA 5150378View commit details -
nixosTests.networking: test setting MTU and MAC Address
Both the scripted and networkd backend now support setting MTU and MAC Address, so do this in a test to ensure it doesn't break.
Configuration menu - View commit details
-
Copy full SHA for d1edd8b - Browse repository at this point
Copy the full SHA d1edd8bView commit details
Commits on Apr 14, 2020
-
Merge pull request #85170 from flokli/networking-virtual
nixos/networking: fix setting MAC Address and MTU in networkd, fix tests
Configuration menu - View commit details
-
Copy full SHA for 86d71dd - Browse repository at this point
Copy the full SHA 86d71ddView commit details
There are no files selected for viewing