summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2010-02-25 22:27:34 +0000
committerErmal Luçi <eri@pfsense.org>2010-02-25 22:27:34 +0000
commit40b0b541cc76ffb43454d5409794f8945f60b82c (patch)
tree6954288e7b06686f51969a4140541f1d1b028199 /etc/inc/interfaces.inc
parent8b616f2c8a8b41932467fe4a4861c1d3e83b4511 (diff)
downloadpfsense-40b0b541cc76ffb43454d5409794f8945f60b82c.zip
pfsense-40b0b541cc76ffb43454d5409794f8945f60b82c.tar.gz
Actually remove vlan_native_support array it is not used in 2.0. While there move the auto updater to 8.1 snapshots.
Diffstat (limited to 'etc/inc/interfaces.inc')
-rw-r--r--etc/inc/interfaces.inc12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index fd0c201..1e95b0b 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -148,13 +148,13 @@ function interface_vlan_configure(&$vlan) {
interfaces_bring_up($vlanif);
- /* invalidate interface cache */
- get_interface_arr(true);
+ /* invalidate interface cache */
+ get_interface_arr(true);
- /* all vlans need to spoof their parent mac address, too. see
- * ticket #1514: http://cvstrac.pfsense.com/tktview?tn=1514,33
- */
- foreach($config['interfaces'] as $interfaces) {
+ /* all vlans need to spoof their parent mac address, too. see
+ * ticket #1514: http://cvstrac.pfsense.com/tktview?tn=1514,33
+ */
+ foreach($config['interfaces'] as $interfaces) {
if($interfaces['if'] == $if && $interfaces['spoofmac']) {
mwexec("/sbin/ifconfig " . escapeshellarg($vlanif) .
" link " . escapeshellarg($interfaces['spoofmac']));
OpenPOWER on IntegriCloud