Hi,
usage of -legacy variant can be patched in during build time.

Included patch tested by manual running (i don't have disk space to install 
tex) of: 
./autogen.sh && ./configure && make 

and checking generated ./sbin/install.config


Libor
Description: compatibility with iptables-legacy
Author: libor.kle...@bcom.cz
Origin: other
Last-Update: 2019-04-10
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: firehol-3.1.6+ds/configure.ac
===================================================================
--- firehol-3.1.6+ds.orig/configure.ac
+++ firehol-3.1.6+ds/configure.ac
@@ -189,7 +189,7 @@ if test x"$enable_firehol_wizard" = xyes
 AX_NEED_PROG([IP], [ip], [])
 fi
 if test x"$enable_ipv6" = xyes; then
-AX_CHECK_PROG([IP6TABLES], [ip6tables], [])
+AX_CHECK_PROG([IP6TABLES], [ip6tables-legacy], [])
 fi
 if test x"$enable_ipv6" = xyes; then
 AX_CHECK_PROG([IP6TABLES_RESTORE], [ip6tables-restore], [])
@@ -200,7 +200,7 @@ fi
 AX_CHECK_PROG([IPRANGE], [iprange], [])
 AX_CHECK_PROG([IPSET], [ipset], [])
 if test x"$enable_ipv4" = xyes; then
-AX_CHECK_PROG([IPTABLES], [iptables], [])
+AX_CHECK_PROG([IPTABLES], [iptables-legacy], [])
 fi
 if test x"$enable_ipv4" = xyes; then
 AX_CHECK_PROG([IPTABLES_RESTORE], [iptables-restore], [])
debianization.patch
debianization-usrmerge-transition.patch
iptables-legacy.patch

Reply via email to