summaryrefslogtreecommitdiff
path: root/doc/core.txt
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2011-08-11 14:30:24 +0200
committerThomas Graf <tgraf@suug.ch>2011-08-11 14:30:24 +0200
commitf1c8d5b0a3a1baa87a773feb34866ca51e0989bb (patch)
tree0fa3765ed3d131011c578b08b9f2fef62d9855d7 /doc/core.txt
parent70c93717607a15d37b60d7caefb58e78d28c5e59 (diff)
downloadlibnl-f1c8d5b0a3a1baa87a773feb34866ca51e0989bb.tar.gz
3.1 release
Diffstat (limited to 'doc/core.txt')
-rw-r--r--doc/core.txt17
1 files changed, 9 insertions, 8 deletions
diff --git a/doc/core.txt b/doc/core.txt
index 0ab32ec8..796e9fc5 100644
--- a/doc/core.txt
+++ b/doc/core.txt
@@ -7,7 +7,7 @@
Netlink Library (libnl)
=======================
Thomas Graf <tgraf@suug.ch>
-3.0, July 17 2011:
+3.1, Aug 11 2011:
:numbered:
== Introduction
@@ -70,8 +70,8 @@ makes use of.
-----
#include <netlink/version.h>
-#if LIBNL_VER_NUM >= LIBNL_VER(3,0)
- /* include code if compiled with libnl version >= 3.0 */
+#if LIBNL_VER_NUM >= LIBNL_VER(3,1)
+ /* include code if compiled with libnl version >= 3.1 */
#endif
-----
@@ -2549,11 +2549,12 @@ dealing with network addresses is a common task.
Currently the following address families are supported:
- - `AF_INET`
- - `AF_INET6`
- - `AF_LLC`
- - `AF_DECnet`
- - `AF_UNSPEC`
+[options="compact"]
+ * `AF_INET`
+ * `AF_INET6`
+ * `AF_LLC`
+ * `AF_DECnet`
+ * `AF_UNSPEC`
[[core_addr_alloc]]
.Address Allocation