1
0
mirror of https://github.com/rancher/os.git synced 2025-09-04 00:04:25 +00:00

Merge pull request #327 from imikushin/fix-nix

DHCP by default on eth*
This commit is contained in:
Darren Shepherd
2015-05-26 00:18:36 -07:00

View File

@@ -60,7 +60,7 @@ func NewConfig() *Config {
Nameservers: []string{"8.8.8.8", "8.8.4.4"}, Nameservers: []string{"8.8.8.8", "8.8.4.4"},
}, },
Interfaces: map[string]InterfaceConfig{ Interfaces: map[string]InterfaceConfig{
"eth0": { "eth*": {
DHCP: true, DHCP: true,
}, },
"lo": { "lo": {