You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many thanks for reporting this. If ip is the real iproute2 utility, keepalived needs to know which version it is, in order to know where its configuration files are, so it executes popen("ip -V, "re"). The ip utility returns it's version on stdout. It appears that the BusyBox version of ip does not understand the -V option and prints its output on stderr.
Commit 99d2ea9 now redirect stderr to stdout in the popen call, and also explicitly checks for BusyBox.
Describe the bug
At startup, the log contains errors for unsupported calls to
ip
:My guess is this is the calls for
ip netns
.To Reproduce
Any steps necessary to reproduce the behaviour:
Note that #2503 needs to be addressed to avoid seg faulting.
Expected behavior
A clear and concise description of what you expected to happen.
Keepalived version
Distro (please complete the following information):
Details of any containerisation or hosted service (e.g. AWS)
Just simple docker daemon.
Configuration file:
Notify and track scripts
System Log entries
Did keepalived coredump?
Additional context
I don't know if this is actually problematic....but FYI nonetheless...
The text was updated successfully, but these errors were encountered: