packages/vrrpd: use uci config
[openwrt/svn-archive/archive.git] / net / vrrpd / files / vrrpd.config
1 package 'vrrpd'
2
3 config 'vrrpd' 'vid1'
4 option enabled 0
5
6 # set the interface to run on
7 # (default: lan)
8 # option interface 'lan'
9
10 # set the ID of the virtual server (1-255)
11 # (default: 1)
12 # option virtual_id '1'
13
14 # set the IP address(es) of the virtual server
15 list virtual_ip '192.168.1.253'
16 # list virtual_ip '192.168.1.252'
17 # list virtual_ip '192.168.1.251'
18
19 # set the priority of this host in the virtual server
20 # (default: 100)
21 # option priority '100'
22
23 # set the advertisement interval (in seconds)
24 # (default: 1)
25 # option delay '1'
26
27 # don't handle the virtual MAC address
28 # (default: false)
29 # option no_virtual_mac '0'