aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-05-31 01:08:38 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-05-31 01:08:38 +0000
commit268b5f8df14129f10cdc9504af9a4c094e4c8499 (patch)
treeac43ee121e64343480a8523dd48dbc4395c39021
parent923e19b3d93f7daf920a1c108f248c7112a1cc3f (diff)
downloadpfsense-packages-268b5f8df14129f10cdc9504af9a4c094e4c8499.tar.gz
pfsense-packages-268b5f8df14129f10cdc9504af9a4c094e4c8499.tar.bz2
pfsense-packages-268b5f8df14129f10cdc9504af9a4c094e4c8499.zip
Looks like we don't have carpdev support in ifconfig as of yet but it appears in the kernel. Disable carpdev for the time being.
-rw-r--r--packages/carp.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/packages/carp.xml b/packages/carp.xml
index 8fcd91f9..ea96d54c 100644
--- a/packages/carp.xml
+++ b/packages/carp.xml
@@ -76,14 +76,17 @@
<description>Enter the IP Address that you would like to share on both machines</description>
<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). Leave this set to AUTO for the system to automatically deterimine where to setup the IP.</description>
<add_to_interfaces_selection>AUTO</add_to_interfaces_selection>
<size>3</size>
+ <value>AUTO</value>
<type>interfaces_selection</type>
</field>
+-->
<field>
<fielddescr>Virtual IP Netmask</fielddescr>
<fieldname>netmask</fieldname>
@@ -213,9 +216,11 @@
</fields>
<custom_php_command_before_form>
</custom_php_command_before_form>
- <custom_php_resync_config_command>
+ <custom_add_php_command_late>
interfaces_carp_configure();
- interfaces_carp_bringup();
+ interfaces_carp_bringup();
+ </custom_add_php_command_late>
+ <custom_php_resync_config_command>
</custom_php_resync_config_command>
<custom_delete_php_command>
interfaces_carp_configure();