maowenan <[email protected]> wrote:
> 
> 
> > -----Original Message-----
> > From: Phil Sutter [mailto:[email protected]]
> > Sent: Monday, December 19, 2016 4:49 PM
> > To: maowenan
> > Cc: [email protected]
> > Subject: Re: libmnl compile failure.
> > 
> > Hi,
> > 
> > On Fri, Dec 16, 2016 at 08:54:59AM +0800, maowenan wrote:
> > > There is something wrong when I make libmnl, could you please help check?
> > 
> > There is no error message in the output you pasted. Looks like you're 
> > calling
> > 'make' in an already built source tree, so nothing needs to be done. Do you 
> > see
> > the binaries in src/.libs?
> > 
> > Cheers, Phil
> 
>                                         Local
>                                             process
>                                               ^  |                 
> .-----------.
>                    .-----------.              |  |                 |  Routing 
>  |
>                    |           |-----> input /    \---> output --->|  
> Decision |----
> --> prerouting --->|  Routing  |                                   
> .-----------.    \
>                    | Decision  |                                              
>        --> postrouting
>                    |           |                                              
>       /
>                    |           |---------------> forward 
> --------------------------- 
>                    .-----------.
> 
> Is nftables output chain before routing decision? I think output is after 
> routing decision, Is it wrong with above graphic?

Yes, the graph is wrong.

Output is after routing (which is why we need 'mangle' table in iptables
for rerouting and nftables' "route" chain property).
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to