From 491edb0e68b3d9a74cfe4994adf10e84e7b9e8bc Mon Sep 17 00:00:00 2001 From: nuclearcat Date: Wed, 26 Mar 2025 07:15:32 +0000 Subject: [PATCH] Update netflow.md --- netflow.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/netflow.md b/netflow.md index 60f7c26..a91d565 100644 --- a/netflow.md +++ b/netflow.md @@ -58,4 +58,8 @@ iptables -A FORWARD -o ppp+ -j NETFLOW Where options are the same as for the netflow conntrack mode, as well as diagnostics commands. +## Netflow and nftables compatibility + +The netflow module is partially compatible with nftables. You need to take special care about sequence of rules, as the netflow module doesn't support all the nftables features (for example flowtable), and nft rules must not override the iptables-nft rules. +