summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-02-08 20:11:16 +0545
committerPhil Davis <phil.davis@inf.org>2016-02-08 20:11:16 +0545
commit1c32fb7e988fae89cf2da474778f39bcdd8a8656 (patch)
tree68b112638613720b293574978c58ab664dd480bd /README.md
parentbb2d4c2a30abd4d1f9cf2056097d271596402804 (diff)
downloadpfsense-1c32fb7e988fae89cf2da474778f39bcdd8a8656.zip
pfsense-1c32fb7e988fae89cf2da474778f39bcdd8a8656.tar.gz
Fix #3209 editing unassigned VLAN tag can change an assigned interface
To reproduce: a) Create VLAN 10 on some real device (e.g. em0) b) Create VLAN 11 similarly. c) Assign VLAN 11 (the last one in the vlan array in the config) to OPT1. d) Edit VLAN 10 tag to be 12. The OPT1 assignment becomes to em0 tag 12. This is because of the wrong reference to $vlan['vlanif'] that is fixed here. At this point $vlan is a leftover from a previous loop that went through all the VLANs in the config - so it happens to be the last one from the config. Hopefully this fixes all the various ways people have reported this in redmine #3209.
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud