## Path:        Network/Routing/VRRP/Interface
## Description: Interface for VRRP daemon
## Type:        string
## Default:     no
#
# Network interface on which runs VRRP daemon
#
INTERFACE="eth0"

## Path:        Network/Routing/VRRP/RouterID
## Description: ID of the virtual router
## Type:        integer(1:255)
## Default:     no
#
# ID number of the virtual router in range between 1 and 255
#
ROUTERID="1"

## Path:        Network/Routing/VRRP/Priority
## Description: Priority of this host in the virtual router
## Type:        integer
## Default:     100
#
# Priority of this host in the virtual router
#
PRIORITY="100"

## Path:        Network/Routing/VRRP/Delay
## Description: Advertisement interval in seconds
## Type:        integer
## Default:     1
#
# Interval between advertisements in seconds
#
DELAY="1"

## Path:        Network/Routing/VRRP/Address(es)
## Description: IP address(es) of vitrual router
## Type:        string
## Default:     no
#
# One or more IP address of virtual router splitted by spaces
#
ADDRESS=""

## Path:        Network/Routing/VRRP/Other
## Description: Other options for VRRP daemon
## Type:        string
## Default:     no
#
# Other options for VRRP daemon. See "man 8 vrrpd"
#
OPTIONS=""
