Revert "Merge pull request #3182 from wkennington/master.ipv6"

This reverts commit b23fd65854, reversing
changes made to 43654cba2c.
This commit is contained in:
Rob Vermaas
2014-08-31 10:58:54 +02:00
parent 2f697bf693
commit ea8910652f
7 changed files with 59 additions and 120 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ let
# Don't start dhcpcd on explicitly configured interfaces or on
# interfaces that are part of a bridge, bond or sit device.
ignoredInterfaces =
map (i: i.name) (filter (i: i.ip4 != [ ] || i.ipAddress != null) (attrValues config.networking.interfaces))
map (i: i.name) (filter (i: i.ipAddress != null) (attrValues config.networking.interfaces))
++ mapAttrsToList (i: _: i) config.networking.sits
++ concatLists (attrValues (mapAttrs (n: v: v.interfaces) config.networking.bridges))
++ concatLists (attrValues (mapAttrs (n: v: v.interfaces) config.networking.bonds))