diff options
Diffstat (limited to 'xlate-test.py')
-rwxr-xr-x | xlate-test.py | 2 |
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", |