diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-07-14 14:34:17 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-07-14 14:34:17 +0000 |
commit | a2f76a67b3e02b640f670c97e7416cae04b0bcc5 (patch) | |
tree | 7a239c4928fe0d30b818ecdcdc1e7401d3bb9a08 | |
parent | b565a3855bbfba2c1f0a301c5a41c935bac53508 (diff) | |
download | pfsense-a2f76a67b3e02b640f670c97e7416cae04b0bcc5.zip pfsense-a2f76a67b3e02b640f670c97e7416cae04b0bcc5.tar.gz |
Since:
1. Sasyncd is not included in RELENG_1
2. Interface selection widget is hosed for all interfaces
Remove SASYNCD specific features and only ask for failover IP address.
-rw-r--r-- | usr/local/pkg/sasyncd.xml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/usr/local/pkg/sasyncd.xml b/usr/local/pkg/sasyncd.xml index fa96760..94d3fe4 100644 --- a/usr/local/pkg/sasyncd.xml +++ b/usr/local/pkg/sasyncd.xml @@ -51,36 +51,11 @@ will be parsed and rendered for the user as a gui with input, and selectboxes. --> <fields> <field> - <fielddescr>Enable</fielddescr> - <fieldname>enable</fieldname> - <type>checkbox</type> - </field> - <field> - <fielddescr>Interface</fielddescr> - <fieldname>interface</fieldname> - <description>Select the carp interface to use.</description> - <interface_filter>carp</interface_filter> - <type>interfaces_selection</type> - <all_interfaces>true</all_interfaces> - </field> - <field> <fielddescr>Failover IP</fielddescr> <fieldname>ip</fieldname> <description>Enter the IP address you would like to use for failover. HINT: You normally want to use a public CARP ip.</description> <type>input</type> </field> - <field> - <fielddescr>Peer IP</fielddescr> - <fieldname>peerip</fieldname> - <description>Enter the peers ip address. HINT: You normally want to enter the peers REAL LAN IP here.</description> - <type>input</type> - </field> - <field> - <fielddescr>Shared Key</fielddescr> - <fieldname>sharedkey</fieldname> - <description>The shared AES key used to encrypt messages between sasyncd(8) hosts. This configuration setting is required and must be either 16, 24 or 32 bytes long (corresponding to AES using a 128, 192 or 256 bit key).</description> - <type>input</type> - </field> </fields> <custom_add_php_command> /* automatically turn on prefer old sa's until sasyncd is finished being ported */ |