-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
malformed unicast peer #40
Comments
startup.sh seems to never convert the yaml string to bash (line 28):
I took a closer look into into complex-bash-env and it doesn't seem to interpret "#PYTHON2BASH:" at all |
We have found the issue. The KEEPALIVED_UNICAST_PEERS variable had quotes in it, which made the PYTHON2BASH not work:
|
I have the same problem,Has someone solved it? |
@NoPerfectName Try to use is like this "KEEPALIVED_UNICAST_PEERS=#PYTHON2BASH:['10.4.52.12','10.4.52.6']" |
@BertrandGouny this ticket can be closed. |
It works when using this format (i.e. using no double quotes at all): |
Im getting this error when starting keepalived docker
(Line 21) Configuration error: VRRP instance[VI_1] malformed unicast peer address[#PYTHON2BASH:['xx.x.xx.x','xx.x.xx.xx']]. Skipping...
Any idea what it is?
I'm using the 2.0.17 version and updated it to the latest stable version 2.0.20. Still the same issue
The text was updated successfully, but these errors were encountered: