Re: Getting details about an 802.1q VLAN interface from userspace
From: jamal <hidden>
Date: 2003-02-19 02:48:34
From: jamal <hidden>
Date: 2003-02-19 02:48:34
I think these should be new attributes to RTM_*LINK. No need to define a new message. cheers, jamal On Mon, 17 Feb 2003, David S. Miller wrote:
From: Will Jhun [off-list ref] Date: Thu, 13 Feb 2003 14:39:21 -0800 Is there a better way to get this information via netlink or some ioctl()? Would it be useful if I (or someone) added an ioctl() type to get information about a VLAN interface? (vlan, ifindex of trunking (real_dev) interface, priority maps; basically the content of struct vlan_dev_info) I would accept new netlink interfaces to get and set this information. ioctls are gross and will not be tolerated :)