Re: multiple neighbour cache tables for AF_INET
From: Herbert Xu (herbert_at_gondor.apana.org.au)
Date: 01/28/05
- Previous message: ierdnah: "Re: kernel oops!"
- In reply to: Wilfried Weissmann: "multiple neighbour cache tables for AF_INET"
- Next in thread: B: "Re: multiple neighbour cache tables for AF_INET"
- Reply: B: "Re: multiple neighbour cache tables for AF_INET"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: wweissmann@gmx.at (Wilfried Weissmann) Date: Sat, 29 Jan 2005 09:19:49 +1100
Wilfried Weissmann <wweissmann@gmx.at> wrote:
>
> The kernels 2.4.28+ and 2.6.9+ with IPv4 and ATM-CLIP enabled have bugs in
> the neighbour cache code. neigh_delete() and neigh_add() only work properly
> if one cache table per address family exist. After ATM-CLIP installed a
> second cache table for AF_INET, neigh_delete() and neigh_add() only examine
> the first table (the ATM-CLIP table if IPv4 and ATM-CLIP are compiled into
> the kernel). neigh_dump_info() is also affected if the neigh_dump_table()
> call fails.
Indeed, this has been the case for a very long time.
IMHO you need to give the user a way to specify which table they want
to operate on. If they don't specify one, then the current behaviour
of choosing the first table found is reasonble.
Cheers,
-- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Previous message: ierdnah: "Re: kernel oops!"
- In reply to: Wilfried Weissmann: "multiple neighbour cache tables for AF_INET"
- Next in thread: B: "Re: multiple neighbour cache tables for AF_INET"
- Reply: B: "Re: multiple neighbour cache tables for AF_INET"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|