diff options
author | Leonardo Arena <rnalrd@gmail.com> | 2009-12-28 13:20:29 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@gmail.com> | 2009-12-28 13:20:29 +0000 |
commit | 7355868966657a48aae3266d9d23ebccd87f638f (patch) | |
tree | 62f9443b654ae966b7c2351b754a865cb3c339a8 /main/ucarp/ucarp.confd | |
parent | b452ef351f0b3c652436ba1a747aa1f6dfcba4af (diff) | |
download | aports-7355868966657a48aae3266d9d23ebccd87f638f.tar.bz2 aports-7355868966657a48aae3266d9d23ebccd87f638f.tar.xz |
testing/ucarp: moved to main
Diffstat (limited to 'main/ucarp/ucarp.confd')
-rw-r--r-- | main/ucarp/ucarp.confd | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/main/ucarp/ucarp.confd b/main/ucarp/ucarp.confd new file mode 100644 index 0000000000..824358b430 --- /dev/null +++ b/main/ucarp/ucarp.confd @@ -0,0 +1,13 @@ +# Things you can set here +# REALIP - if not set, will be first addr on iface +# VHID - Virtual Server ID +# VIP - The Virtual IP +# PASSWORD - The password for the carp announcements +# EXTRA_ARGS - extra arguments + +REALIP= +VHID=2 +VIP=127.0.0.1 +PASSWORD=SecretPassword +#EXTRA_ARGS="--neutral --advbase=3" + |