e82916f0a1
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29214 3c298f89-4303-0410-b956-a3cf2f4a3e73
30 lines
637 B
Plaintext
30 lines
637 B
Plaintext
package 'vrrpd'
|
|
|
|
config 'vrrpd' 'vid1'
|
|
option enabled 0
|
|
|
|
# set the interface to run on
|
|
# (default: lan)
|
|
# option interface 'lan'
|
|
|
|
# set the ID of the virtual server (1-255)
|
|
# (default: 1)
|
|
# option virtual_id '1'
|
|
|
|
# set the IP address(es) of the virtual server
|
|
list virtual_ip '192.168.1.253'
|
|
# list virtual_ip '192.168.1.252'
|
|
# list virtual_ip '192.168.1.251'
|
|
|
|
# set the priority of this host in the virtual server
|
|
# (default: 100)
|
|
# option priority '100'
|
|
|
|
# set the advertisement interval (in seconds)
|
|
# (default: 1)
|
|
# option delay '1'
|
|
|
|
# don't handle the virtual MAC address
|
|
# (default: false)
|
|
# option no_virtual_mac '0'
|