diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2019-03-19 13:51:22 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2019-03-19 15:02:52 +0100 |
commit | 7c9abe12b359d988970c5e38f0e190249e5ae00f (patch) | |
tree | 6aeefa97f232e87d20c8f1660e0f81b131449e7e /Documentation | |
parent | 74710e05906c37da6b436386dc13c44dbe5d8308 (diff) | |
download | linux-7c9abe12b359d988970c5e38f0e190249e5ae00f.tar.bz2 |
netfilter: nf_flowtable: remove duplicated transition in diagram
No direct transition from prerouting to forward hook, routing lookup
needs to happen first.
Fixes: 19b351f16fd9 ("netfilter: add flowtable documentation")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/networking/nf_flowtable.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/networking/nf_flowtable.txt b/Documentation/networking/nf_flowtable.txt index 54128c50d508..ca2136c76042 100644 --- a/Documentation/networking/nf_flowtable.txt +++ b/Documentation/networking/nf_flowtable.txt @@ -44,10 +44,10 @@ including the Netfilter hooks and the flowtable fastpath bypass. / \ / \ |Routing | / \ --> ingress ---> prerouting ---> |decision| | postrouting |--> neigh_xmit \_________/ \__________/ ---------- \____________/ ^ - | ^ | | ^ | - flowtable | | ____\/___ | | - | | | / \ | | - __\/___ | --------->| forward |------------ | + | ^ | ^ | + flowtable | ____\/___ | | + | | / \ | | + __\/___ | | forward |------------ | |-----| | \_________/ | |-----| | 'flow offload' rule | |-----| | adds entry to | |