* Remove "modprobe af_packet". It's loaded automatically when needed.
svn path=/nixos/trunk/; revision=26277
This commit is contained in:
parent
ee4e004cc4
commit
7205c31ea3
|
@ -162,12 +162,10 @@ in
|
|||
|
||||
startOn = "stopped udevtrigger";
|
||||
|
||||
path = [ config.system.sbin.modprobe pkgs.iproute ];
|
||||
path = [ pkgs.iproute ];
|
||||
|
||||
preStart =
|
||||
''
|
||||
modprobe af_packet || true
|
||||
|
||||
${pkgs.lib.concatMapStrings (i:
|
||||
if i.macAddress != "" then
|
||||
''
|
||||
|
|
Loading…
Reference in New Issue