Initial version of network module.

This commit is contained in:
Timo Mkinen 2009-08-20 00:20:04 +03:00
parent 56ee9b1bd6
commit 02fa10f33c
5 changed files with 407 additions and 0 deletions

View file

@ -0,0 +1,14 @@
# Virtual IP configuration file for UCARP
# The number (from 001 to 255) in the name of the file is the identifier
# In the simple scenario, you want a single virtual IP address from the _same_
# network to be taken over by one of the routers.
VIP_ADDRESS="<%= ipaddr -%>"
SOURCE_ADDRESS="<%= ipaddress %>"
# In more complex scenarios, check the "vip-common" file for values to override
# and how to add options.
PASSWORD="<%= password -%>"
# Extra options.
OPTIONS="<% options.each do |val| -%> <%= val %><% end -%>"