diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-05-31 01:08:38 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-05-31 01:08:38 +0000 |
commit | 268b5f8df14129f10cdc9504af9a4c094e4c8499 (patch) | |
tree | ac43ee121e64343480a8523dd48dbc4395c39021 /packages | |
parent | 923e19b3d93f7daf920a1c108f248c7112a1cc3f (diff) | |
download | pfsense-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.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/carp.xml | 9 |
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(); |