summaryrefslogtreecommitdiffstats
path: root/ebtables.8.in
Commit message (Collapse)AuthorAgeFilesLines
* ebtables: legacy renamingArturo Borrero Gonzalez2018-12-051-1134/+0
| | | | | | | | | | | | | The original ebtables tool is now the legacy version, let's rename it. A more uptodate client of the ebtables tool is provided in the iptables tarball (ebtables-nft). The new tool was formerly known as ebtables-compat. The new -legacy binary has no problem if called via a symlink with the 'ebtables' name, so users can still name this binary with whatever name. Signed-off-by: Arturo Borrero Gonzalez <arturo@netfilter.org> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* build: use autoconf-style placeholders in sed-ed filesJan Engelhardt2018-07-021-3/+3
| | | | Signed-off-by: Florian Westphal <fw@strlen.de>
* build: rename sed source files to .inJan Engelhardt2018-07-021-0/+1134
Prepare for autoconf-based substitution of macros in the file. Signed-off-by: Florian Westphal <fw@strlen.de>