summaryrefslogtreecommitdiffstats
path: root/etc/inc/xmlparse.inc
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2011-01-24 08:34:16 +0100
committersmos <seth.mos@dds.nl>2011-01-24 08:34:16 +0100
commit71f88d75b97608986cb912e00972b309748b6a96 (patch)
tree01f55d37babab3e854e7a3fa499db3983261ec9e /etc/inc/xmlparse.inc
parent1f17c623feecce59b024a19920d7903456dfb525 (diff)
downloadpfsense-71f88d75b97608986cb912e00972b309748b6a96.zip
pfsense-71f88d75b97608986cb912e00972b309748b6a96.tar.gz
Add the npt tag which is used by the IPv6 tree to the 2.0 mainline tree.
This prevents a config blowup when a ipv6 config loads on 2.0.
Diffstat (limited to 'etc/inc/xmlparse.inc')
-rw-r--r--etc/inc/xmlparse.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/xmlparse.inc b/etc/inc/xmlparse.inc
index 3e32d68..1304c4e 100644
--- a/etc/inc/xmlparse.inc
+++ b/etc/inc/xmlparse.inc
@@ -47,7 +47,7 @@ function listtags() {
"option package passthrumac phase1 phase2 ppp pppoe 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 npt"
);
return $ret;
}
@@ -298,4 +298,4 @@ function dump_xml_config_raw($arr, $rootobj) {
return $xmlconfig;
}
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud