summaryrefslogtreecommitdiffstats
path: root/etc/inc/xmlparse.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-01-23 03:10:12 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-01-23 03:10:12 +0000
commit36de900088731e123f90f77a9de34c704e67ac71 (patch)
treeaf570aca63979f52194dadd63cd90e3f67f7acf1 /etc/inc/xmlparse.inc
parent351217eda013392bf257d465d53b737756bd32ae (diff)
downloadpfsense-36de900088731e123f90f77a9de34c704e67ac71.zip
pfsense-36de900088731e123f90f77a9de34c704e67ac71.tar.gz
Add iptos support
Diffstat (limited to 'etc/inc/xmlparse.inc')
-rw-r--r--etc/inc/xmlparse.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/xmlparse.inc b/etc/inc/xmlparse.inc
index c06a51f..8576f9e 100644
--- a/etc/inc/xmlparse.inc
+++ b/etc/inc/xmlparse.inc
@@ -30,7 +30,7 @@
*/
/* tags that are always to be handled as lists */
-$listtags = explode(" ", "row config package columnitem option item fieldname field rule user key subqueue " .
+$listtags = explode(" ", "tos 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 pipe queue shellcmd earlyshellcmd mobilekey " .
"servernat proxyarpnet passthrumac allowedip wolentry vlan");
OpenPOWER on IntegriCloud