diff options
Diffstat (limited to 'packages/carp.xml')
-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(); |