Hi, On 26/04/12 14:31, Peter Simons wrote:
> Author: simons > Date: Thu Apr 26 12:31:33 2012 > New Revision: 33928 > URL: https://nixos.org/websvn/nix/?rev=33928&sc=1 > > Log: > modules/services/networking/{dhclient,dhcpcd}.nix: ignore virtual veth* > devices created by LXC/cgroups I had to revert this because it broke DHCP on one of our servers, which uses a bridged network interface named "veth0" that does require DHCP: networking.bridges.veth0.interfaces = [ "eth0" ]; We probably need some option that requires LXC (is there a module for that?) to declare interfaces to be ignored. (BTW, I don't see what cgroups has to do with this...) -- Eelco Dolstra | http://www.st.ewi.tudelft.nl/~dolstra/ _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
