]> git.proxmox.com Git - mirror_iproute2.git/commit
This patch adds a generic netlink controller interface.
authorJamal Hadi Salim <hadi@cyberus.ca>
Tue, 8 Aug 2006 19:13:34 +0000 (12:13 -0700)
committerStephen Hemminger <shemminger@osdl.org>
Tue, 8 Aug 2006 19:13:34 +0000 (12:13 -0700)
commit65018ae43b14c8157bbe05473d76635626177b87
treec01782fd0e7e50265fedb22829986ca00ff9be7f
parentde0a0b52a6ddfb6b3c4a5f835daa4cc3100bf234
This patch adds a generic netlink controller interface.
The controller is the only module using this at the moment.
Thomas has a sample user of genetlink that would fit here; bug him
for it.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Makefile
genl/Makefile [new file with mode: 0644]
genl/ctrl.c [new file with mode: 0644]
genl/genl.c [new file with mode: 0644]
genl/genl_utils.h [new file with mode: 0644]
include/linux/genetlink.h [new file with mode: 0644]