firewall-util: remove iptables backend

As already announced by 5c68c51045,
let's remove iptables backend of firewall-util through libiptc.
This commit is contained in:
Yu Watanabe
2025-08-18 03:37:07 +09:00
parent b6c8f0ec91
commit 114c4b95df
9 changed files with 1 additions and 464 deletions

View File

@@ -126,12 +126,6 @@ const char* const systemd_features =
" -IDN"
#endif
#if HAVE_LIBIPTC
" +IPTC"
#else
" -IPTC"
#endif
#if HAVE_KMOD
" +KMOD"
#else