summaryrefslogtreecommitdiffstats
path: root/nfct.8
Commit message (Collapse)AuthorAgeFilesLines
* nfct: update syntax in documentationPablo Neira Ayuso2015-09-081-1/+1
| | | | | | | Since dd73ceecdbe8 ("nfct: Update syntax to specify command before subsystem") the command comes before the object type. Update documentation accordingly. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* nfct: Update syntax to specify command before subsystemPablo Neira Ayuso2015-08-261-16/+20
| | | | | | | | | | | | | | | | | This patch gets the nfct syntax in sync with nft so it looks like this: nfct <add|delete|...> object ... instead of: nfct object <add|delete|...> ... This patch retains backward compatibility so you can still use the old syntax. The manpage and tests have been also updated to promote the adoption of this syntax. We should have little existing clients of this tool as we can only use this to configure the cttimeout and cthelper infrastructures. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* add nfct(8) manpagePablo Neira Ayuso2012-05-261-0/+64
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>