diff options
| author | Max Nikulin <manikulin@gmail.com> | 2026-01-20 17:39:38 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2026-01-20 17:39:38 +0000 |
| commit | 71019fe74df4a911051b58c08f6b88d51567bb9b (patch) | |
| tree | e41a36cf065dc65d8b8c5e60b7e124d31b596453 | |
| parent | 042a486bacb984a007e5cd80a2760e0e4525150b (diff) | |
Add nftables to as a preferred alternative to iptables
| -rw-r--r-- | debian/control | 6 |
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". |