summaryrefslogtreecommitdiffstats
path: root/etc/skel
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-03-16 20:11:00 +0545
committerRenato Botelho <garga@FreeBSD.org>2015-03-18 10:57:31 -0300
commitb13f7a8c58f573441568fe717f68b7e3989218c1 (patch)
tree2f79d7a6ab9b14f940a7c5300a2f30ddc5c6df38 /etc/skel
parent08b02994b1204a48f9283d2b431d32472ce51da5 (diff)
downloadpfsense-b13f7a8c58f573441568fe717f68b7e3989218c1.zip
pfsense-b13f7a8c58f573441568fe717f68b7e3989218c1.tar.gz
Do not allow VLAN tag zero
At the moment you can make a VLAN with tag 0. The input validation does not catch it because when $_POST['tag'] = "0" that evaluates to false by PHP. Always make the checks on 'tag' value whenever the 'tag' key is set at all. If the (required) 'tag' key is not set, then that is already checked for by do_input_validation().
Diffstat (limited to 'etc/skel')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud