aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-05-23 15:10:57 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-05-23 15:10:57 +0000
commit10f98950ae3be37f55daaca87b43c9ed6bc4c605 (patch)
tree528d2453aa772e3d65449e71c37a5593d49d819f /packages
parent56718849003acc568d0179c5cf21b7b70e881aad (diff)
downloadpfsense-packages-10f98950ae3be37f55daaca87b43c9ed6bc4c605.tar.gz
pfsense-packages-10f98950ae3be37f55daaca87b43c9ed6bc4c605.tar.bz2
pfsense-packages-10f98950ae3be37f55daaca87b43c9ed6bc4c605.zip
Allow user to specify interface. This will allow CARP to work on DHCP interfaces, etc!
And the crowd goes nuts!
Diffstat (limited to 'packages')
-rw-r--r--packages/carp.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/carp.xml b/packages/carp.xml
index 91d906f2..8df7809a 100644
--- a/packages/carp.xml
+++ b/packages/carp.xml
@@ -77,6 +77,14 @@
<type>input</type>
</field>
<field>
+ <fielddescr>Bind Virtual IP to interface</fielddescr>
+ <fieldname>interface</fieldname>
+ <description>Select the interface that this IP should bind to (carpdev).</description>
+ <add_to_interfaces_selection>AUTO</add_to_interfaces_selection>
+ <size>3</size>
+ <type>interfaces_selection</type>
+ </field>
+ <field>
<fielddescr>Virtual IP Netmask</fielddescr>
<fieldname>netmask</fieldname>
<description>Enter the IP Address's netmask that you would like to share on both machines</description>