Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c9abe12 authored by Pablo Neira Ayuso's avatar Pablo Neira Ayuso
Browse files

netfilter: nf_flowtable: remove duplicated transition in diagram



No direct transition from prerouting to forward hook, routing lookup
needs to happen first.

Fixes: 19b351f1 ("netfilter: add flowtable documentation")
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent 74710e05
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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                           |