summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2008-06-13 14:49:49 +0000
committerSeth Mos <seth.mos@xs4all.nl>2008-06-13 14:49:49 +0000
commit39f0cf1dc7b38cba9be657c81e41c0c6a111652a (patch)
tree50d292a6e703b1be287ab6a4e463724932db9033 /etc
parent517feb1c30c1a70e64c4deef05b811413d7cbfe1 (diff)
downloadpfsense-39f0cf1dc7b38cba9be657c81e41c0c6a111652a.zip
pfsense-39f0cf1dc7b38cba9be657c81e41c0c6a111652a.tar.gz
Don't forget to actually increase the counter
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 8632aaf..2e263dc 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -56,6 +56,7 @@ function interfaces_vlan_configure() {
}
/* XXX: Maybe we should report any errors?! */
interface_vlan_configure($vlan['if'], $vlan['tag'], $vlan['vlanif']);
+ $i++;
}
}
}
OpenPOWER on IntegriCloud