summaryrefslogtreecommitdiffstats
path: root/xlate-test.py
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2018-04-13 17:40:56 +0200
committerFlorian Westphal <fw@strlen.de>2018-04-13 22:17:34 +0200
commite67c08880961f64984b396d6e8ad6bad04546253 (patch)
tree6aeef3826addf24e1c4b973de54a836c76626abe /xlate-test.py
parent207dd5e853e42b4477f4cb7234fc28bb6b30275d (diff)
ebtables-translate: add initial test cases
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'xlate-test.py')
-rwxr-xr-xxlate-test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlate-test.py b/xlate-test.py
index dbba1d67..0b371dfd 100755
--- a/xlate-test.py
+++ b/xlate-test.py
@@ -7,7 +7,7 @@ import shlex
import argparse
from subprocess import Popen, PIPE
-keywords = ("iptables-translate", "ip6tables-translate")
+keywords = ("iptables-translate", "ip6tables-translate", "ebtables-translate")
if sys.stdout.isatty():
colors = {"magenta": "\033[95m", "green": "\033[92m", "yellow": "\033[93m",