libnl/lib/idiag
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
..
idiag.c idiag: deprecate IDIAG_ATTR_* enumeration 2014-11-24 18:30:21 +01:00
idiag_meminfo_obj.c Add support for inet diag Netlink protocol. 2013-07-19 02:06:21 -07:00
idiag_msg_obj.c idiag: deprecate IDIAG_ATTR_* enumeration 2014-11-24 18:30:21 +01:00
idiag_req_obj.c idiag: fix a typo in idiagnl_req_set_ifindex() 2014-09-24 07:50:25 +02:00
idiag_vegasinfo_obj.c Add support for inet diag Netlink protocol. 2013-07-19 02:06:21 -07:00