summaryrefslogtreecommitdiffstats
path: root/etc/inc/xmlparse.inc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-09-16 19:30:27 -0400
committerjim-p <jimp@pfsense.org>2012-09-16 19:33:49 -0400
commitcba980f6a4fafa55b1eb11621e33942f149061ff (patch)
tree7fbdda049ac15f7df835705cdeec320bbb061ab9 /etc/inc/xmlparse.inc
parent611b65a8ab2dd99aa440ca9e6d172991648a7129 (diff)
downloadpfsense-cba980f6a4fafa55b1eb11621e33942f149061ff.zip
pfsense-cba980f6a4fafa55b1eb11621e33942f149061ff.tar.gz
Add support for multiple DHCP pools within the interface's subnet, and allow most of the settings for the main range to be set specific inside the pool. (e.g. it allows setting different gateways and DNS for different pools). Still needs improved input validation to prevent overlapping ranges/pools.
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 ce7f4cd..d7ccc29 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 radnsserver roll route row rrddatafile rule schedule service servernat servers ".
"serversdisabled earlyshellcmd shellcmd staticmap subqueue timerange ".
- "tunnel user vip virtual_server vlan winsserver wolentry widget npt"
+ "tunnel user vip virtual_server vlan winsserver wolentry widget npt pool"
);
return $ret;
}
OpenPOWER on IntegriCloud