diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-03-17 16:43:34 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-03-17 16:43:34 +0100 |
commit | 59f5b36aaee6341cdd03981476d91e167c5b6b31 (patch) | |
tree | 4a1ddfe3b8d02ebb87b03313d2dd5641a1ec4aff /conntrackd.8 | |
parent | 0d3d11e1bf8b10214f547c2e7b38b4ea9edb6f5f (diff) | |
download | conntrack-tools-59f5b36aaee6341cdd03981476d91e167c5b6b31.tar.gz conntrack-tools-59f5b36aaee6341cdd03981476d91e167c5b6b31.zip |
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 'conntrackd.8')
-rw-r--r-- | conntrackd.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conntrackd.8 b/conntrackd.8 index cd7d084..cf15044 100644 --- a/conntrackd.8 +++ b/conntrackd.8 @@ -44,7 +44,7 @@ option will not flush your internal and external cache). .BI "-k " Kill the daemon .TP -.BI "-s " "[|network|cache|runtime]" +.BI "-s " "[|network|cache|runtime|link|queue]" Dump statistics. If no parameter is passed, it displays the general statistics. If "network" is passed as parameter it displays the networking statistics. If "cache" is passed as parameter, it shows the extended cache statistics. |