summaryrefslogtreecommitdiff
path: root/config.h.meson
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-05-06 16:50:25 +0200
committerThomas Haller <thaller@redhat.com>2021-05-14 11:41:32 +0200
commit1da1ad9c9995f6454ef39da3d8ba85b0a23e919f (patch)
tree3eceaad006fa171cc7aeaded190daf74cfd3e741 /config.h.meson
parent2a1d42e77d5b35f654198078813e35e0bd189701 (diff)
downloadNetworkManager-1da1ad9c9995f6454ef39da3d8ba85b0a23e919f.tar.gz
firewall: make firewall-backend configurable via "NetworkManager.conf"
"iptables" and "nftables" will be supported. Currently, the code is unused and only "iptables" is supported.
Diffstat (limited to 'config.h.meson')
-rw-r--r--config.h.meson5
1 files changed, 4 insertions, 1 deletions
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 */