From d8143a6fc9743ae65046f3cdeef7a0c9c7e2f12f Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Thu, 25 Jan 2024 20:19:07 +0100 Subject: [PATCH] update README with nftables support Fixes #900 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a060e004b..e78b3f81f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Netavark is a tool for configuring networking for Linux containers. Its features * Configuration of container networks via JSON configuration file * Creation and management of required network interfaces, including MACVLAN networks * All required firewall configuration to perform NAT and port forwarding as required for containers -* Support for iptables and firewalld at present, with support for nftables planned in a future release +* Support for iptables, firewalld and nftables * Support for rootless containers * Support for IPv4 and IPv6 * Support for container DNS resolution via the [aardvark-dns](https://github.com/containers/aardvark-dns) project