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: NixOS/nixpkgs
base: bb0c421ca1e3
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 357d32e2b3ed
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 10, 2018

  1. nixos/initrd-network: multiple fixes

     * acquire DHCP on the interfaces with networking.interface.$name.useDHCP == true or on all interfaces if networking.useDHCP == true (was only only "eth0")
     * respect "mtu" if it was in DHCP answer (it happens in the wild)
     * acquire and set up staticroutes (unlike others clients, udhcpc does not do the query by default); this supersedes #41829
    volth committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    502b37a View commit details
    Browse the repository at this point in the history
  2. oops

    volth committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    16edfb2 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2018

  1. Merge pull request #46459 from volth/volth-patch-3

    nixos/initrd-network: multiple DHCP fixes
    matthewbauer committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    357d32e View commit details
    Browse the repository at this point in the history