diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-05-23 15:10:57 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-05-23 15:10:57 +0000 |
commit | 10f98950ae3be37f55daaca87b43c9ed6bc4c605 (patch) | |
tree | 528d2453aa772e3d65449e71c37a5593d49d819f | |
parent | 56718849003acc568d0179c5cf21b7b70e881aad (diff) | |
download | pfsense-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!
-rw-r--r-- | packages/carp.xml | 8 |
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> |