about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMax Nikulin <manikulin@gmail.com>2026-01-20 17:39:38 +0000
committerMichael Biebl <biebl@debian.org>2026-01-20 17:39:38 +0000
commit71019fe74df4a911051b58c08f6b88d51567bb9b (patch)
treee41a36cf065dc65d8b8c5e60b7e124d31b596453
parent042a486bacb984a007e5cd80a2760e0e4525150b (diff)
Add nftables to as a preferred alternative to iptables
-rw-r--r--debian/control6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 163aabcd..f9b48e6a 100644
--- a/debian/control
+++ b/debian/control
@@ -65,7 +65,7 @@ Recommends: ppp,
             udev,
             network-manager-l10n,
 Suggests: libteam-utils,
-          iptables,
+          nftables | iptables,
 Breaks: ${misc:Breaks}
 Description: network management framework (daemon and userspace tools)
  NetworkManager is a system network service that manages your network devices
@@ -79,8 +79,8 @@ Description: network management framework (daemon and userspace tools)
  .
  Optional dependencies:
   * ppp: Required for establishing dial-up connections (e.g. via GSM).
-  * dnsmasq-base/iptables: Required for creating Ad-hoc connections and
-    connection sharing.
+  * dnsmasq-base/nftables or iptables: Required for creating Ad-hoc connections
+    and connection sharing.
   * libteam-utils: Network Team driver allows multiple network interfaces to be
     teamed together and act like a single one. This process is called "ethernet
     bonding", "channel teaming" or "link aggregation".