Loading
!5733 fix port vlan filter not disabled problem in dynamic vlan mode
Merge Pull Request from: @chen-hao418 The driver set port vlan filter to "on" when initialized, and then set port vlan filter to "off" in service task if in dynamic vlan mode. Between this two settings, if user set a vlan to the port, the port vlan filter is remain in "on" status, which is not expected. To fix the problem, if in dynamic vlan mode, set the port vlan filter to "off". https://gitee.com/openeuler/kernel/issues/I9D6UN Link:https://gitee.com/openeuler/kernel/pulls/5733 Signed-off-by:Zheng Zengkai <zhengzengkai@huawei.com>