kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* Questions on Netlink sockets
@ 2015-08-17 22:55 Bhaskar Upadhyayula
  2015-08-18  4:18 ` Rami Rosen
  0 siblings, 1 reply; 5+ messages in thread
From: Bhaskar Upadhyayula @ 2015-08-17 22:55 UTC (permalink / raw)
  To: kernelnewbies

Hello,

I want to check with the group if this is right mailing list to post
my question.

Here is what I am doing.

+ From a user-space program, mimicking the behavior of creating a VLAN
interface when we execute the following ip command:
    $ ip link add name <vlan-intf-name> link <parent-intf-name> type
vlan id <id>

Example: $ ip link add name dummy.110 link dummy type vlan id 110

+ My program open's a netlink socket and sends information to kernel
(interface names, vlan tags etc). My code more or less follows the
code in iproute2/ip/iplink.c

+ My code is not creating VLAN interface as executed by the 'ip link
...' command.

I have a few questions around this and can post my code, if required.

But please let me know if this is right mailing list or should I post
on netdev list (which I feel is for advanced network questions).

Thx.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-08-25  8:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-17 22:55 Questions on Netlink sockets Bhaskar Upadhyayula
2015-08-18  4:18 ` Rami Rosen
2015-08-19  7:07   ` Bhaskar Upadhyayula
2015-08-19 10:28     ` Rami Rosen
2015-08-25  8:47       ` Bhaskar Upadhyayula

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).