Skip to content

Commit

Permalink
netlink: Add comment to warn about deprecated netlink rings attribute…
Browse files Browse the repository at this point in the history
… request

Signed-off-by: Fabien Siron <fabien.siron@epita.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Fabien Siron authored and David S. Miller committed Jun 16, 2016
1 parent f0362ea commit 5fb384b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/uapi/linux/netlink_diag.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5fb384b

Please sign in to comment.