summaryrefslogtreecommitdiffstats
path: root/etc/inc/xmlparse.inc
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-07-13 03:09:18 +0000
committerBill Marquette <billm@pfsense.org>2005-07-13 03:09:18 +0000
commit1425e067d6db9b41eafe67070742e3b466178053 (patch)
treec6996ad986ab75ecba8c3f1eb815134202bba875 /etc/inc/xmlparse.inc
parentaca8110ae9f52c81bc88e762fbaf9cb8f2d8d2ca (diff)
downloadpfsense-1425e067d6db9b41eafe67070742e3b466178053.zip
pfsense-1425e067d6db9b41eafe67070742e3b466178053.tar.gz
Merge in virtual IP code
This changeset does the following: merges proxy arp and carp setup menus removes proxy arp menu from left side upgrades config file from 1.7 to 1.8 moves existing carp virtual IP and proxy arp config to new <virtualip> tag removes server NAT (why duplicate work?)
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 9d0e7ce..bb16495 100644
--- a/etc/inc/xmlparse.inc
+++ b/etc/inc/xmlparse.inc
@@ -35,7 +35,8 @@ function listtags() {
$ret = explode(" ", "cacert row config package columnitem option item fieldname field rule user key subqueue " .
"dnsserver winsserver encryption-algorithm-option hash-algorithm-option hosts tunnel " .
"onetoone staticmap route alias queue shellcmd earlyshellcmd mobilekey " .
- "service servernat proxyarpnet passthrumac allowedip wolentry vlan menu domainoverrides");
+ "service servernat proxyarpnet passthrumac allowedip wolentry vlan menu domainoverrides " .
+ "vip");
return $ret;
}
OpenPOWER on IntegriCloud