]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
libnetlink: add caveat
authorStephen Hemminger <stephen@networkplumber.org>
Mon, 4 Feb 2013 16:54:17 +0000 (08:54 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 4 Feb 2013 16:54:17 +0000 (08:54 -0800)
There are much better API's to netlink now. Encourage users to look
elsewhere.

man/man3/libnetlink.3

index 15a478a7ae0fce0e49e9143cb93aa55009193849..d114169a6354ec901616701eb5a919f36c2aa46b 100644 (file)
@@ -183,6 +183,8 @@ Initialize the rtnetlink attribute
 with a variable length data value.
 
 .SH BUGS
+This library is meant for internal use, use libmnl for new programs.
+
 The functions sometimes use fprintf and exit when a fatal error occurs.
 This library should be named librtnetlink.