On Sat, Nov 10, 2018 at 02:01:56PM +0100, Klemens Nanni wrote: > OK kn with using defines, see inline with one other irrelevant nit. We should of course check the lower bound, too.
> > + if (vlan_num > 4095) {
if (vlan_num < EVL_VLID_MIN || vlan_num > EVL_VLID_MAX) {
