From 1da1ad9c9995f6454ef39da3d8ba85b0a23e919f Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 6 May 2021 16:50:25 +0200 Subject: firewall: make firewall-backend configurable via "NetworkManager.conf" "iptables" and "nftables" will be supported. Currently, the code is unused and only "iptables" is supported. --- config.h.meson | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config.h.meson') diff --git a/config.h.meson b/config.h.meson index a911dbe257..432402d5b4 100644 --- a/config.h.meson +++ b/config.h.meson @@ -67,7 +67,10 @@ /* Define to path of iptables binary */ #mesondefine IPTABLES_PATH -/* Define to path to the Jansson shared library */ +/* Define to path of nft binary */ +#mesondefine NFT_PATH + +//* Define to path to the Jansson shared library */ #mesondefine JANSSON_SONAME /* Define to path of the kernel firmware directory */ -- cgit v1.2.1