We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72ef8ed commit af51e8aCopy full SHA for af51e8a
1 file changed
iptc/xtables.py
@@ -684,6 +684,7 @@ class XTablesError(Exception):
684
if _xtables_libdir is None:
685
import os.path
686
for xtdir in ["/lib/xtables", "/usr/lib/xtables", "/usr/lib/iptables",
687
+ "/usr/lib64/xtables", "/usr/lib64/iptables",
688
"/usr/local/lib/xtables"]:
689
if os.path.isdir(xtdir):
690
_xtables_libdir = xtdir
0 commit comments