diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-02-15 15:40:47 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-02-15 15:40:47 +0100 |
commit | c4ef74420bc09b82146190870186fb067ac163e9 (patch) | |
tree | 48a54a159968119991d1d294af7ce613fa471c7d /conntrackd.8 | |
parent | fe42b4085b7dab5847bb29155ebc70b4d7880ebe (diff) | |
download | conntrack-tools-c4ef74420bc09b82146190870186fb067ac163e9.tar.gz conntrack-tools-c4ef74420bc09b82146190870186fb067ac163e9.zip |
conntrackd: add `-f internal' and `-f external' options
This patch allows flushing the internal and/or the external cache.
The `-f' with no extra parameters still works to flush both the
internal and the external cache.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'conntrackd.8')
-rw-r--r-- | conntrackd.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conntrackd.8 b/conntrackd.8 index cd1e2bd..2002738 100644 --- a/conntrackd.8 +++ b/conntrackd.8 @@ -34,8 +34,8 @@ Dump the external cache, i.e. show foreign states Display output in XML format. This option is only valid in combination with "-i" and "-e" parameters. .TP -.BI "-f " -Flush the internal and the external cache +.BI "-f " "[|internal|external]" +Flush the internal and/or external cache .TP .BI "-F " Flush the kernel conntrack table (if you use a Linux kernel >= 2.6.29, this |