This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
networking:netlink [2017/09/22 07:17] RumaRayhan [netlink] |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Example Usages of Netlink===== | ||
- | |||
- | * [[:networking:generic_netlink_howto| Generic Netlink HOWTO ]] kernel API | ||
- | * [[http://people.suug.ch/~tgr/libnl|libnl]] - A user space library to netlink. | ||
- | * [[http://www.netfilter.org/projects/libmnl/|libmnl]] - A minimalistic user space library to netlink. | ||
- | * [[:networking:iproute2| Iproute2 ]] utilities use netlink internally to communcate with the kernel. | ||
- | ===== External References===== | ||
- | |||
- | - [[ftp://ftp.rfc-editor.org/in-notes/rfc3549.txt|RFC 3549]] Linux Netlink as an IP Services Protocol | ||
- | - [[http://people.netfilter.org/pablo/netlink/netlink.pdf|Communicating between the kernel and user-space in Linux using Netlink sockets]] | ||
- | - [[http://people.netfilter.org/pablo/netlink/netlink-libmnl-manual.pdf|Communicating between the kernel and user-space in Linux using Netlink sockets: Source code reference]] |