diff options
Diffstat (limited to 'testing/ucarp/ucarp.confd')
-rw-r--r-- | testing/ucarp/ucarp.confd | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/ucarp/ucarp.confd b/testing/ucarp/ucarp.confd deleted file mode 100644 index 824358b430..0000000000 --- a/testing/ucarp/ucarp.confd +++ /dev/null @@ -1,13 +0,0 @@ -# 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" - |