libnl/include
Thomas Haller 22eb2569a5 idiag: deprecate IDIAG_ATTR_* enumeration
IDIAG_ATTR_* were a copy of the INET_DIAG_* extension kernel
flags. Redefining them is wrong, user space should continue
to use the values provided via the kernel headers.

Also they were misused as change flags (ce_mask), which they are not.

Deprecate the IDIAG_ATTR_* flags and redefine them to what the
originally are: INET_DIAG_*.

Also deprecated idiagnl_attrs2str() because there is already
idiagnl_exts2str(). idiagnl_attrs2str() in the sense of libnl change
flags (ce_mask) makes no sense.

Acked-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: Thomas Haller <thaller@redhat.com>
2014-11-24 18:30:21 +01:00
..
linux-private/linux idiag: add copy of kernel header include/linux/inet_diag.h 2014-11-24 18:30:21 +01:00
netlink idiag: deprecate IDIAG_ATTR_* enumeration 2014-11-24 18:30:21 +01:00
netlink-private idiag: add a copy of linux/sock_diag.h 2014-11-24 13:21:15 +01:00
Makefile.am idiag: add copy of kernel header include/linux/inet_diag.h 2014-11-24 18:30:21 +01:00