On Sat, Nov 10, 2018 at 02:25:49PM +0100, Klemens Nanni wrote:
> 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) {
> vlan_num == -1 when no vlan number is specified on command line.
