nixpkgs/pkgs/tools/networking/dhcpcd
Eelco Dolstra 2d8c0d24f2 dhcpcd: Fix segfaults
This fixes several problems in the dhcpcd service:

* A segfault during startup, due to a race with udev (dhcpcd would get
  an ADD event from udev, causing it to re-add an interface that it
  already had, leading to a segfault later on).

* A hang/segfault processing "dhcpcd rebind" (which NixOS calls after
  waking up from suspend).

Also, add "lo" to the list of ignored interfaces. It usually ignores
"lo", but apparently not when it gets an ADD event from udev.
2014-04-24 15:19:26 +02:00
..
check-interface.patch dhcpcd: Fix segfaults 2014-04-24 15:19:26 +02:00
default.nix dhcpcd: Fix segfaults 2014-04-24 15:19:26 +02:00
lxc_ro_promote_secondaries.patch dhcpcd: make dhcpcd work in linux containers 2013-12-13 09:51:29 +01:00
reload.patch dhcpcd: Fix segfaults 2014-04-24 15:19:26 +02:00