1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 06:11:12 +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"},
},
Interfaces: map[string]InterfaceConfig{
"eth0": {
"eth*": {
DHCP: true,
},
"lo": {