18 lines
266 B
Plaintext
18 lines
266 B
Plaintext
|
global_defs {
|
||
|
router_id TEST
|
||
|
}
|
||
|
|
||
|
vrrp_instance VRRP {
|
||
|
state MASTER
|
||
|
priority 100
|
||
|
advert_int 1
|
||
|
interface eth0
|
||
|
virtual_router_id 100
|
||
|
virtual_ipaddress {
|
||
|
$VIP_INCLUDE
|
||
|
}
|
||
|
virtual_ipaddress_excluded {
|
||
|
$VIP_EXCLUDE
|
||
|
}
|
||
|
}
|