1
0
mirror of https://github.com/rancher/os.git synced 2025-09-02 15:24:32 +00:00

Remove errors around IP forwarding not enabled

This commit is contained in:
Darren Shepherd
2016-06-17 07:55:06 -07:00
parent b6ddb4f577
commit 395b855871
2 changed files with 3 additions and 1 deletions

View File

@@ -576,6 +576,8 @@ func secondPrepare(config *Config, docker string, args ...string) error {
return err
}
ioutil.WriteFile("/proc/sys/net/ipv4/ip_forward", []byte("1"), 0655)
return nil
}