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