Commit 5fb384b0 authored by Fabien Siron's avatar Fabien Siron Committed by David S. Miller

netlink: Add comment to warn about deprecated netlink rings attribute request

Signed-off-by: default avatarFabien Siron <fabien.siron@epita.fr>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f0362eab
......@@ -49,6 +49,7 @@ enum {
#define NDIAG_SHOW_MEMINFO 0x00000001 /* show memory info of a socket */
#define NDIAG_SHOW_GROUPS 0x00000002 /* show groups of a netlink socket */
#ifndef __KERNEL__
/* deprecated since 4.6 */
#define NDIAG_SHOW_RING_CFG 0x00000004 /* show ring configuration */
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment