summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2026-06-05 13:10:27 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-06-12 02:58:55 +0000
commitedfc302dbd43e8ca834224a778f8ab2e7fc168f0 (patch)
tree48537f0b655a19c8f80c207183baf217912a78de
parent092f66d511ac303a73fb0853314d792dde69cd28 (diff)
downloadmeta-virtualization-edfc302dbd43e8ca834224a778f8ab2e7fc168f0.tar.gz
incus: switch from iptables to nftables
Incus detects nftables at runtime and prefers it for firewall management. Without the nft binary, incusd logs "nft missing" and falls back to a degraded mode that can leave the service stuck in activating state. The broader ecosystem has moved to nftables — netavark already dropped iptables support entirely. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/incus/incus_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/incus/incus_git.bb b/recipes-containers/incus/incus_git.bb
index 4e18cb88..a3465f5e 100644
--- a/recipes-containers/incus/incus_git.bb
+++ b/recipes-containers/incus/incus_git.bb
@@ -75,7 +75,7 @@ RDEPENDS:${PN} = " \
75 attr \ 75 attr \
76 acl \ 76 acl \
77 dnsmasq \ 77 dnsmasq \
78 iptables \ 78 nftables \
79 rsync \ 79 rsync \
80 squashfs-tools \ 80 squashfs-tools \
81 tar \ 81 tar \