summaryrefslogtreecommitdiffstats
path: root/src/iftable.c
diff options
context:
space:
mode:
authorDuncan Roe <duncan_roe@optusnet.com.au>2019-10-27 19:49:07 +1100
committerPablo Neira Ayuso <pablo@netfilter.org>2019-11-04 18:25:03 +0100
commitbb4f6c8ef3a5282dc7ee04b6e731029fbca9e03b (patch)
treedf5abbd6c8b3589c037113bb08b86f3e29cbf27a /src/iftable.c
parente46569cd8583fd0ed4ed20fc51ff7e2b875c2d11 (diff)
Make it clear that this library is deprecated
src/iftable.c: Update group description src/libnfnetlink.c: - Re-work main page (which was based on the misconception that this library always gets used) - Update group description Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'src/iftable.c')
-rw-r--r--src/iftable.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/iftable.c b/src/iftable.c
index 6d1d135..aab59b3 100644
--- a/src/iftable.c
+++ b/src/iftable.c
@@ -25,7 +25,11 @@
#include "linux_list.h"
/**
- * \defgroup iftable Functions in iftable.c
+ * \defgroup iftable Functions in iftable.c [DEPRECATED]
+ * This documentation is provided for the benefit of maintainers of legacy code.
+ *
+ * New applications should use
+ * [libmnl](https://netfilter.org/projects/libmnl/doxygen/html/).
* @{
*/