diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-02-23 10:20:48 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-02-23 10:20:48 +0100 |
commit | d70aed8f1d46a727c1b58df0b3bdf8d9ef219ffc (patch) | |
tree | f8af805323cd5ac40904797fac26dcc52e7fd59e /doc/manual | |
parent | 4efe1a7c5ad098d6e168c22e41c695ec14859186 (diff) | |
download | conntrack-tools-d70aed8f1d46a727c1b58df0b3bdf8d9ef219ffc.tar.gz conntrack-tools-d70aed8f1d46a727c1b58df0b3bdf8d9ef219ffc.zip |
doc: fix broken link to ulogd2 in the manual
Reported-by: Ralf <rm@amitrader.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/conntrack-tools.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/conntrack-tools.tmpl b/doc/manual/conntrack-tools.tmpl index e27eb46..50ae23f 100644 --- a/doc/manual/conntrack-tools.tmpl +++ b/doc/manual/conntrack-tools.tmpl @@ -228,7 +228,7 @@ conntrack v0.9.7 (conntrack-tools): 1 flow entries has been deleted. <para><emphasis>State table synchronization</emphasis>: the daemon can be used to synchronize the connection tracking state table between several firewall replicas. This can be used to deploy fault-tolerant stateful firewalls. This is the main feature of the daemon.</para> </listitem> <listitem> - <para><emphasis>Flow-based statistics collection</emphasis>: the daemon can be used to collect flow-based statistics. This feature is similar to what <ulink url="http://www.netfilter.org/projects/ulogd2/">ulogd-2.x</ulink> provides.</para> + <para><emphasis>Flow-based statistics collection</emphasis>: the daemon can be used to collect flow-based statistics. This feature is similar to what <ulink url="http://www.netfilter.org/projects/ulogd/">ulogd-2.x</ulink> provides.</para> </listitem> </itemizedlist> |