Re: [PATCH net] bridge: vlan: fix usage of vlan 0 and 4095 again

2015-07-02 Thread David Miller
From: Nikolay Aleksandrov Date: Thu, 2 Jul 2015 05:48:17 -0700 > Vlan ids 0 and 4095 were disallowed by commit: > 8adff41c3d25 ("bridge: Don't use VID 0 and 4095 in vlan filtering") > but then the check was removed when vlan ranges were introduced by: > bdced7ef7838 ("bridge: support for multipl

Re: [PATCH net] bridge: vlan: fix usage of vlan 0 and 4095 again

2015-07-02 Thread Toshiaki Makita
On 15/07/02 (木) 21:48, Nikolay Aleksandrov wrote: > Vlan ids 0 and 4095 were disallowed by commit: > 8adff41c3d25 ("bridge: Don't use VID 0 and 4095 in vlan filtering") > but then the check was removed when vlan ranges were introduced by: > bdced7ef7838 ("bridge: support for multiple vlans and vlan

[PATCH net] bridge: vlan: fix usage of vlan 0 and 4095 again

2015-07-02 Thread Nikolay Aleksandrov
Vlan ids 0 and 4095 were disallowed by commit: 8adff41c3d25 ("bridge: Don't use VID 0 and 4095 in vlan filtering") but then the check was removed when vlan ranges were introduced by: bdced7ef7838 ("bridge: support for multiple vlans and vlan ranges in setlink and dellink requests") So reintroduce