summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-09-02 23:42:47 +0000
committerErmal <eri@pfsense.org>2010-09-03 17:28:11 +0000
commit8fc0b2dcb8a62e0dfcb153277ce1fcfad0b1143d (patch)
treeefeb6a9d14117bb8076b246499287e9ebaa561cb /usr
parent90388e48129ee4d6b9d8668518f6cd0d4e2f1ccc (diff)
downloadpfsense-8fc0b2dcb8a62e0dfcb153277ce1fcfad0b1143d.zip
pfsense-8fc0b2dcb8a62e0dfcb153277ce1fcfad0b1143d.tar.gz
Add missing break;
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/interfaces.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index ac75dda..27b38e0 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -374,6 +374,7 @@ if ($_POST) {
$reqdfields = explode(" ", "ipaddr subnet gateway");
$reqdfieldsn = array(gettext("IP address"),gettext("Subnet bit count"),gettext("Gateway"));
do_input_validation($_POST, $reqdfields, $reqdfieldsn, &$input_errors);
+ break;
case "none":
if(is_array($config['virtualip']['vip'])) {
foreach ($config['virtualip']['vip'] as $vip) {
OpenPOWER on IntegriCloud