[keepalived] Don't hardcode proxies adm interface
parent
07a5be28d2
commit
4967a52946
|
@ -20,7 +20,7 @@ vrrp_instance VI_DAUR4 {
|
|||
priority 100
|
||||
{% endif %}
|
||||
|
||||
interface eth1
|
||||
interface {{ keepalived.if_adm }}
|
||||
virtual_router_id 51
|
||||
advert_int 2
|
||||
authentication {
|
||||
|
@ -46,7 +46,7 @@ vrrp_instance VI_DAUR6 {
|
|||
priority 100
|
||||
{% endif %}
|
||||
|
||||
interface eth1
|
||||
interface {{ keepalived.if_adm }}
|
||||
virtual_router_id 51
|
||||
advert_int 2
|
||||
authentication {
|
||||
|
|
Loading…
Reference in New Issue