summaryrefslogtreecommitdiffstats
path: root/include/conntrackd.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2009-03-17 16:43:34 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2009-03-17 16:43:34 +0100
commit59f5b36aaee6341cdd03981476d91e167c5b6b31 (patch)
tree4a1ddfe3b8d02ebb87b03313d2dd5641a1ec4aff /include/conntrackd.h
parent0d3d11e1bf8b10214f547c2e7b38b4ea9edb6f5f (diff)
sync-mode: change `multicast' by `link' for `-s' option
This patch obsoletes `-s multicast' by `-s link' to display the dedicated link statistics, as the current dedicated link protocol use can be unicast UDP or multicast. The term "link" is more generic. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/conntrackd.h')
-rw-r--r--include/conntrackd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conntrackd.h b/include/conntrackd.h
index f30a094..3411eb0 100644
--- a/include/conntrackd.h
+++ b/include/conntrackd.h
@@ -30,7 +30,7 @@
#define STATS_NETWORK 28 /* extended network stats */
#define STATS_CACHE 29 /* extended cache stats */
#define STATS_RUNTIME 30 /* extended runtime stats */
-#define STATS_MULTICAST 31 /* multicast network stats */
+#define STATS_LINK 31 /* dedicated link stats */
#define STATS_QUEUE 32 /* queue stats */
#define FLUSH_INT_CACHE 33 /* flush internal cache */
#define FLUSH_EXT_CACHE 34 /* flush external cache */