Commit d4537ea
committed
allow explicitly picking the xtables version
If I have multiple libxtable v 80ersions, I might want python-iptables to use a
version that doesn't come from the libxtables.so symlink. Add a
PYTHON_IPTABLES_XTABLES_VERSION that facilitates this.
For example,
$ IPTABLES_LIBDIR=/usr/lib/x86_64-linux-gnu/ PYTHON_IPTABLES_XTABLES_VERSION=11 somecommand.py
uses version 11 of xtables.1 parent 583f939 commit d4537ea
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
798 | 798 | | |
799 | 799 | | |
800 | 800 | | |
801 | | - | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
802 | 807 | | |
803 | 808 | | |
804 | | - | |
805 | 809 | | |
806 | 810 | | |
807 | 811 | | |
| |||
0 commit comments