summaryrefslogtreecommitdiffstats
path: root/etc/inc/xmlparse.inc
diff options
context:
space:
mode:
authorMatthew Grooms <mgrooms@pfsense.org>2008-08-26 04:48:04 +0000
committerMatthew Grooms <mgrooms@pfsense.org>2008-08-26 04:48:04 +0000
commitd799787e49e0a535acbc881b8e8944b860e25e47 (patch)
treecb1036a4ae588bc7e7312262d53596ff0e246400 /etc/inc/xmlparse.inc
parent667725cea8c2b64ce6603aa93320e39f73bff8f3 (diff)
downloadpfsense-d799787e49e0a535acbc881b8e8944b860e25e47.zip
pfsense-d799787e49e0a535acbc881b8e8944b860e25e47.tar.gz
Rework most of the OpenVPN support. The interfaces have been updated to
not use the pkg system and the configuration has been migrated to an openvpn prefix. The centralized user and certificate manager is now used to support the openvpn configurations. Most of the files removed in this commit were not being referenced. This commit also splits out the certificate management components into a new system menu item.
Diffstat (limited to 'etc/inc/xmlparse.inc')
-rw-r--r--etc/inc/xmlparse.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/inc/xmlparse.inc b/etc/inc/xmlparse.inc
index a7b3192..1f5b24c 100644
--- a/etc/inc/xmlparse.inc
+++ b/etc/inc/xmlparse.inc
@@ -42,7 +42,8 @@ function listtags() {
"servernat servers serversdisabled earlyshellcmd shellcmd staticmap ".
"subqueue timerange tunnel user authserver vip virtual_server vlan ".
"winsserver ntpserver wolentry widget depends_on_package ".
- "gateway_item gateway_group dyndns dnsupdate gre gif bridged lagg");
+ "gateway_item gateway_group dyndns dnsupdate gre gif bridged lagg ".
+ "openvpn-server openvpn-client openvpn-csc");
return $ret;
}
OpenPOWER on IntegriCloud