Can you please specify what needs to be edited in the mk/config.mk file?
Remove the lines from the file:
 
-e "s:@HAVE_IPTABLES@:$(HAVE_IPTABLES):g" \
 
and
 
# iptables for CAT, or NFLOG, look, barf, verify
HAVE_IPTABLES ?= false
ifeq ($(HAVE_IPTABLES),true)
USERLAND_CFLAGS += -DHAVE_IPTABLES
endif
 
 
23.09.2023, 18:24, "Paul Wouters" <[email protected]>:

There is an option to build with nftables that can be enabled. See mk/config.mk

Sent using a virtual keyboard on a phone
 

 On Sep 23, 2023, at 05:24, Armen Dilanyan <[email protected]> wrote:
 
 
 Hello dear community,
  
 I would like to discuss an important matter with you.
  
 Currently, Libreswan has a dependency on the iptables package. However, in recent versions of the GNU/Debian operating system, iptables is no longer installed by default, and it has been replaced by nftables. The developers of netfilter are planning to fully replace iptables with nftables in the future. Installing both iptables and nftables simultaneously may not be practical.
  
 My question is whether Libreswan is considering the possibility of removing its dependency on iptables and transitioning to using nftables. Is it possible to build the Libreswan package from source without the iptables dependency?
  
 I appreciate your attention to this matter and look forward to hearing your insights.
 _______________________________________________
 Swan mailing list
 [email protected]
 https://lists.libreswan.org/mailman/listinfo/swan
_______________________________________________
Swan mailing list
[email protected]
https://lists.libreswan.org/mailman/listinfo/swan

Reply via email to