summaryrefslogtreecommitdiffstats
path: root/usr/local/pkg
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-03-12 18:49:09 +0000
committerErmal <eri@pfsense.org>2014-03-12 18:49:09 +0000
commitbea918b987ffb73bdbd3450f6f0ca633d99bb484 (patch)
tree62682787d26d7a2bf180d54b638942807c20b2fc /usr/local/pkg
parent8b4abd5932b5fa6fd3431d858cb8b109b29e5f8d (diff)
downloadpfsense-bea918b987ffb73bdbd3450f6f0ca633d99bb484.zip
pfsense-bea918b987ffb73bdbd3450f6f0ca633d99bb484.tar.gz
Remove sasycnd remenant file
Diffstat (limited to 'usr/local/pkg')
-rw-r--r--usr/local/pkg/sasyncd.xml70
1 files changed, 0 insertions, 70 deletions
diff --git a/usr/local/pkg/sasyncd.xml b/usr/local/pkg/sasyncd.xml
deleted file mode 100644
index a001f9b..0000000
--- a/usr/local/pkg/sasyncd.xml
+++ /dev/null
@@ -1,70 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<packagegui>
- <name>sasyncd</name>
- <version>0.1.0</version>
- <title>Services: VPN Failover</title>
- <!-- configpath gets expanded out automatically and config items will be
- stored in that location -->
- <configpath>['ipsec']['failover']</configpath>
- <aftersaveredirect>pkg_edit.php?xml=sasyncd.xml&amp;id=0</aftersaveredirect>
- <!-- Menu is where this packages menu will appear -->
- <menu>
- <name>VPN failover</name>
- <tooltiptext>The sasyncd daemon synchronizes IPSec SA and SPD information between a number of failover IPsec gateways. The most typical scenario is to run sasyncd on hosts also running isakmpd and sharing a common IP-address using carp.</tooltiptext>
- <section>Services</section>
- <configfile>sasyncd.xml</configfile>
- </menu>
- <adddeleteeditpagefields>
- <columnitem>
- <fielddescr>Interface</fielddescr>
- <fieldname>interface</fieldname>
- </columnitem>
- <columnitem>
- <fielddescr>Peer IP</fielddescr>
- <fieldname>peerip</fieldname>
- </columnitem>
- </adddeleteeditpagefields>
- <tabs>
- <tab>
- <text>Tunnels</text>
- <url>vpn_ipsec.php</url>
- </tab>
- <tab>
- <text>Mobile clients</text>
- <url>vpn_ipsec_mobile.php</url>
- </tab>
- <tab>
- <text>Pre-Shared Keys</text>
- <url>vpn_ipsec_keys.php</url>
- </tab>
- <tab>
- <text>CAs</text>
- <url>vpn_ipsec_ca.php</url>
- </tab>
- <tab>
- <text>Failover IPsec</text>
- <url>/pkg_edit.php?xml=sasyncd.xml&amp;id=0</url>
- <active/>
- </tab>
- </tabs>
- <!-- fields gets invoked when the user adds or edits a item. the following items
- will be parsed and rendered for the user as a gui with input, and selectboxes. -->
- <fields>
- <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>
- </fields>
- <custom_add_php_command>
- /* automatically turn on prefer old sa's until sasyncd is finished being ported */
- if($_POST['ip'] != "")
- $config['ipsec']['preferoldsa'] = true;
- </custom_add_php_command>
- <custom_add_php_command_late>
- /* resync vpn settings */
- mwexec("/usr/bin/killall racoon");
- vpn_ipsec_configure();
- </custom_add_php_command_late>
-</packagegui>
OpenPOWER on IntegriCloud