From: David Ahern
Date: Tue, 25 Aug 2015 15:41:36 -0700
> Meaning rename struct inetpeer_addr to struct inetpeer_key and
> addr_compare to entry_compare or key_compare?
I'm not talking about inetpeer specifically, but generally speaking
everywhere you're going to have to handle this including in
On 8/25/15 1:47 PM, David Miller wrote:
From: David Ahern
Date: Sun, 23 Aug 2015 20:01:34 -0600
On 8/23/15 6:15 PM, Thomas Graf wrote:
On 08/23/15 at 08:26am, David Ahern wrote:
inetpeer caches based on address only, so duplicate IP addresses
within
a namespace return the same cached entry.
From: David Ahern
Date: Sun, 23 Aug 2015 20:01:34 -0600
> On 8/23/15 6:15 PM, Thomas Graf wrote:
>> On 08/23/15 at 08:26am, David Ahern wrote:
>>> inetpeer caches based on address only, so duplicate IP addresses
>>> within
>>> a namespace return the same cached entry. Similar to IP fragments
>>>
On 08/23/15 at 08:01pm, David Ahern wrote:
> On 8/23/15 6:15 PM, Thomas Graf wrote:
> >On 08/23/15 at 08:26am, David Ahern wrote:
> >>inetpeer caches based on address only, so duplicate IP addresses within
> >>a namespace return the same cached entry. Similar to IP fragments handle
> >>duplicate ad
On 8/23/15 6:15 PM, Thomas Graf wrote:
On 08/23/15 at 08:26am, David Ahern wrote:
inetpeer caches based on address only, so duplicate IP addresses within
a namespace return the same cached entry. Similar to IP fragments handle
duplicate addresses across VRFs by adding the VRF master device index
On 08/23/15 at 08:26am, David Ahern wrote:
> inetpeer caches based on address only, so duplicate IP addresses within
> a namespace return the same cached entry. Similar to IP fragments handle
> duplicate addresses across VRFs by adding the VRF master device index to
> the lookup.
We have a lot of
inetpeer caches based on address only, so duplicate IP addresses within
a namespace return the same cached entry. Similar to IP fragments handle
duplicate addresses across VRFs by adding the VRF master device index to
the lookup.
Signed-off-by: David Ahern
---
include/net/inetpeer.h | 11 +++