[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130523150102.43010d84@vostro>
Date: Thu, 23 May 2013 15:01:02 +0300
From: Timo Teras <timo.teras@....fi>
To: "David Laight" <David.Laight@...LAB.COM>
Cc: <netdev@...r.kernel.org>
Subject: Re: [PATCH net-next 2/2] arp: flush arp cache on IFF_NOARP change
On Thu, 23 May 2013 11:23:28 +0100
"David Laight" <David.Laight@...LAB.COM> wrote:
> > IFF_NOARP affects what kind of neighbor entries are created
> > (nud NOARP or nud INCOMPLETE). If the flag changes, flush the arp
> > cache to refresh all entries.
>
> Might someone want to use this to stop further arp table
> entries being created?
> In which case you don't want anything flushed.
I don't think that would make any sense. The entries we have would
expire soon, and the other hosts would not be able to get arp replies
for our host.
Normally this flag is not changed. My use case is with ip gre tunnels,
and starting opennhrp daemon. Opennhrp enables address resolution via
netlink for gre tunnels - it turns off NOARP flag and configures real
ARP off and enables netlink ARPD requests. If before startup there was
traffic to gre tunnel, there will be stale NOARP entries preventing
traffic after daemon is started.
- Timo
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists