network: Use insecure password for keepalived
Using AH based authentication generates duplicate announces from master: IPSEC-AH : sequence number 34831 already processed. Packet dropped. Use insecure (unencrypted) authentication for announcement pakets until this is sorted out.
This commit is contained in:
parent
ba97c88303
commit
c91db784e1
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ vrrp_instance VI_{{ vip.vhid }} {
|
||||||
priority {{ vip.priority }}
|
priority {{ vip.priority }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
authentication {
|
authentication {
|
||||||
auth_type AH
|
auth_type PASS
|
||||||
auth_pass {{ vip.pass }}
|
auth_pass {{ vip.pass }}
|
||||||
}
|
}
|
||||||
virtual_ipaddress {
|
virtual_ipaddress {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue