]> git.ipfire.org Git - thirdparty/libnl.git/commit
idiag: deprecate IDIAG_SS_* socket states
authorThomas Haller <thaller@redhat.com>
Mon, 24 Nov 2014 16:14:50 +0000 (17:14 +0100)
committerThomas Haller <thaller@redhat.com>
Mon, 24 Nov 2014 17:30:21 +0000 (18:30 +0100)
commit94039ca48aad406acaffe6421ea2a06b05a69dde
tree3afb891f8b7088a53b6aba3c408c1587331968d5
parent3b5226e3a2c4dc53c0932b7a65196345ffe5245a
idiag: deprecate IDIAG_SS_* socket states

These values mirror TCP_* socket states from 'netinit/tcp.h'.
There is no good reason to expose a copy of those values.
User space should use the original values (if they care).
The only value that is actually useful is IDIAGNL_SS_ALL.

Acked-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: Thomas Haller <thaller@redhat.com>
include/netlink/idiag/idiagnl.h
lib/idiag/idiag.c
src/idiag-socket-details.c