kern/83622: [ patch ] add network interfaces labeling support
Brooks Davis
brooks at one-eyed-alien.net
Mon Jul 18 22:36:01 GMT 2005
On Mon, Jul 18, 2005 at 08:20:26PM +0000, Bjoern A. Zeeb wrote:
> I am realy unsure about stuffing such data into kernel.
> It's 'nice' but not more.
Unless we plan to implement a network configuration DBMS and discard
all other interfaces to network interface configuration, the kernel is
the only possible place. It costs close to nothing if the string is
malloc'd and could easily be made into an option for people who were
really bothered by it, particulary since it doens't affect the ABI not
that struct ifnet is no longer in the softc.
> Usually high level CLIs give the ability to set interface
> descriptions and show them...
Such CLIs could feel free to use or ignore this value.
IMO, not using it would be stupid since it would prevent the value from
being visiable to other tools which is the sort of brain damaged BS that
annoys me every time I have to misfortune to use some GUIfied Linux
system.
> I case we'll do it I think we should take RFC2233 ifAlias
> into account.
Providing an extra rc.conf variable too set this value appears to meet
the requirements for ifAlias so I don't think it's an issue.
-- Brooks
--
Any statement of the form "X is the one, true Y" is FALSE.
PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-bugs/attachments/20050718/f8e00bec/attachment.bin
More information about the freebsd-bugs
mailing list