summaryrefslogtreecommitdiffstats
path: root/iptables/xtables-translate.8
Commit message (Collapse)AuthorAgeFilesLines
* man: proper roff encoding for ~ and ^Jan Engelhardt2023-11-271-8/+8
| | | | | | Fixes: v1.8.10-28-g4b0c168a Signed-off-by: Jan Engelhardt <jengelh@inai.de> Signed-off-by: Florian Westphal <fw@strlen.de>
* Makefile: Install arptables-translate link and man pagePhil Sutter2023-11-231-4/+8
| | | | | | | | While at it, introduce a variable to hold the various semantic links to xtables-translate.8 man page. Fixes: 5b7324e0675e3 ("nft-arp: add arptables-translate") Signed-off-by: Phil Sutter <phil@nwl.cc>
* man: more backslash-encoding of charactersJan Engelhardt2023-11-131-16/+16
| | | | | | | | "-" is the dash, "\-" is minus as we know, but groff lists some more characters: "^" is "modifier circumflex" and "~" is "modifier tilde", which, too, need to be escaped for our use. Signed-off-by: Jan Engelhardt <jengelh@inai.de>
* ebtables-translate: Install symlinkPhil Sutter2022-12-221-4/+9
| | | | | | | | Make this officially a tool, we have enough test coverage in place. Also update xtables-translate.8 to mention it at least and generate ebtables-translate.8 which points to it. Signed-off-by: Phil Sutter <phil@nwl.cc>
* man: refer to iptables-translate and ip6tablesPablo Neira Ayuso2019-05-151-4/+5
| | | | | | Instead of xtables-translate. Remove old reference to xtables-compat. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* man: clarify translate tools do not modify any stateFlorian Westphal2018-07-051-1/+2
| | | | Signed-off-by: Florian Westphal <fw@strlen.de>
* iptables: add xtables-translate.8 manpageArturo Borrero Gonzalez2018-03-171-0/+134
This new manpage describes how to operate the translation tools for nftables. Signed-off-by: Arturo Borrero Gonzalez <arturo@netfilter.org> Signed-off-by: Florian Westphal <fw@strlen.de>