1
0
mirror of https://github.com/rancher/os.git synced 2025-09-17 07:30:42 +00:00

Work out network pre_cmds/pre_up calls

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2017-05-19 21:41:09 +10:00
parent 671a78ac08
commit c67eba4dbb
10 changed files with 181 additions and 62 deletions

View File

@@ -272,7 +272,7 @@ func enableDoLinkLocal() {
IPV4LL: true,
},
},
})
}, false, false)
if err != nil {
log.Errorf("Failed to apply link local on eth0: %v", err)
}