summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@mpb-geekgod.geekgod.com>2009-06-18 20:15:20 -0400
committerScott Ullrich <sullrich@mpb-geekgod.geekgod.com>2009-06-18 20:16:23 -0400
commit62b035ce5f41c8342f0eea0b78e5878ff467e525 (patch)
tree5006198c3b5869611449edf848ebfb49a917b3a5 /etc/inc
parentab0dbe3cb175c88541a23035e7accca5c8bd1120 (diff)
downloadpfsense-62b035ce5f41c8342f0eea0b78e5878ff467e525.zip
pfsense-62b035ce5f41c8342f0eea0b78e5878ff467e525.tar.gz
Rename cvssync to gitsync
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/functions.inc3
-rw-r--r--etc/inc/xmlparse.inc3
2 files changed, 4 insertions, 2 deletions
diff --git a/etc/inc/functions.inc b/etc/inc/functions.inc
index 60e0475..5f021bf 100644
--- a/etc/inc/functions.inc
+++ b/etc/inc/functions.inc
@@ -84,5 +84,6 @@ require_once("vpn.inc");
require_once("vslb.inc");
require_once("cmd_chain.inc");
require_once("rrd.inc");
+require_once("haproxy.inc");
-?>
+?> \ No newline at end of file
diff --git a/etc/inc/xmlparse.inc b/etc/inc/xmlparse.inc
index cb55117..8125256 100644
--- a/etc/inc/xmlparse.inc
+++ b/etc/inc/xmlparse.inc
@@ -47,7 +47,8 @@ function listtags() {
"option ppp package passthrumac phase1 phase2 priv proxyarpnet qinqentry queue ".
"pages pipe roll route row rrddatafile rule schedule service servernat servers ".
"serversdisabled earlyshellcmd shellcmd staticmap subqueue timerange ".
- "tunnel user vip virtual_server vlan winsserver wolentry widget "
+ "tunnel user vip virtual_server vlan winsserver wolentry widget " .
+ "ha_frontend ha_backend ha_acl ha_server "
);
return $ret;
}
OpenPOWER on IntegriCloud