From 4795a994e2810c63d8da19b5f75854db470e4a6c Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Wed, 20 Mar 2019 11:32:58 +0100 Subject: src: use 'flow add' syntax As discussed during NFWS 2018. Old syntax is stilled allowed. Signed-off-by: Pablo Neira Ayuso --- doc/nft.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/nft.txt') diff --git a/doc/nft.txt b/doc/nft.txt index a4ab4a8e..d162dad0 100644 --- a/doc/nft.txt +++ b/doc/nft.txt @@ -585,7 +585,7 @@ address - to update the destination link-layer address - to forward packets. The ttl and hoplimit fields are also decremented. Hence, flowtables provides an alternative path that allow packets to bypass the classic forwarding path. Flowtables reside in the ingress hook that is located before the prerouting -hook. You can select which flows you want to offload through the flow offload +hook. You can select which flows you want to offload through the flow expression from the forward chain. Flowtables are identified by their address family and their name. The address family must be one of ip, ip6, or inet. The inet address family is a dummy family which is used to create hybrid IPv4/IPv6 -- cgit v1.2.3