From: "Denis V. Lunev" <[EMAIL PROTECTED]>
Date: Tue, 4 Dec 2007 12:53:33 +0300
> As well as marking flows this indirectly marks the ipv4 routing cache
> as every routing entry contains a flow.
>
> It is useful to add the network namespace into flows as frequently
> the routing information for in
From: "Denis V. Lunev" <[EMAIL PROTECTED]>
Date: Tue, 04 Dec 2007 21:42:49 +0300
> Stephen Hemminger wrote:
> > Can this be made conditional on network namespaces being configured on?
> > That way the flow structure won't have to grow taking more space.
> > It matters in DoS attacks where flow cac
Herbert Xu wrote:
> Denis V. Lunev <[EMAIL PROTECTED]> wrote:
>> could you exactly point me out the flow cache your are talking about.
>> Is this dst entry cache or struct flow_cache described in the
>> net/core/flow.c
>
> The flow object is embedded in struct rtable so does its size change?
>
>
Denis V. Lunev <[EMAIL PROTECTED]> wrote:
>
> could you exactly point me out the flow cache your are talking about.
> Is this dst entry cache or struct flow_cache described in the
> net/core/flow.c
The flow object is embedded in struct rtable so does its size change?
Cheers,
--
Visit Openswan at
Stephen Hemminger wrote:
> Can this be made conditional on network namespaces being configured on?
> That way the flow structure won't have to grow taking more space.
> It matters in DoS attacks where flow cache becomes a critical resource.
could you exactly point me out the flow cache your are ta
On Tue, 4 Dec 2007 12:53:33 +0300
"Denis V. Lunev" <[EMAIL PROTECTED]> wrote:
> As well as marking flows this indirectly marks the ipv4 routing cache
> as every routing entry contains a flow.
>
> It is useful to add the network namespace into flows as frequently
> the routing information for ingo
As well as marking flows this indirectly marks the ipv4 routing cache
as every routing entry contains a flow.
It is useful to add the network namespace into flows as frequently
the routing information for ingoing and outgoing network packets is
collected into a flow structure which is then used fo