grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Request a freeze exception for vlantag feature


From: Andrey Borzenkov
Subject: Re: Request a freeze exception for vlantag feature
Date: Thu, 9 Jan 2014 07:05:16 +0400

В Wed, 8 Jan 2014 16:57:28 -0200
Paulo Flabiano Smorigo <address@hidden> пишет:

> +
> +      inter->vlantag.pcp = vlantag >> 12;
> +      inter->vlantag.dei = (vlantag >> 11) & 0x1;
> +      inter->vlantag.vid = vlantag & 0x1fff;

That's 13 bits, not 12, right? And this really looks like
overengeneering - do you really want to be able to set static VLAN
priority bits? I do not think it belongs to grub.

> +
> +  if (grub_strcmp (args[3], "vlan") == 0)
> +    vlan_pos = 3;
> +
> +  if (grub_strcmp (args[4], "vlan") == 0)
> +    vlan_pos = 4;

May be it should really start using proper options at this point
keeping existing three argument form as legacy.

net_add_addr --if=... --addr=... --mask=... --vlan=... --hw=... card



reply via email to

[Prev in Thread] Current Thread [Next in Thread]