From: Stephen Hemminger Date: Mon, 4 Feb 2013 16:54:17 +0000 (-0800) Subject: libnetlink: add caveat X-Git-Tag: v3.8.0~3^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53403c53af6c7cbc9c3f54b5170fdd0cf367b70a;p=thirdparty%2Fiproute2.git libnetlink: add caveat There are much better API's to netlink now. Encourage users to look elsewhere. --- diff --git a/man/man3/libnetlink.3 b/man/man3/libnetlink.3 index 15a478a7a..d114169a6 100644 --- a/man/man3/libnetlink.3 +++ b/man/man3/libnetlink.3 @@ -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.