On Tue, 2014-01-07 at 17:28 +0100, Hannes Frederic Sowa wrote: > On Tue, Jan 07, 2014 at 03:39:13PM +0100, Thomas Haller wrote: > > Also, when adding the NOPREFIXROUTE flag to an already existing address, > > check if there there is a prefix that was likly added by the kernel > > and delete it. > > Hmm, could you give a bit more details why you have done this? I find > that a bit counterintuitive. Maybe it has a reason? > Hi, You find the behavior or the commit message counterintuitive? Didn't you suggest this behavior in your email from "7 Jan 2014 13:01:11 +0100"? For v3 I will reword the commit message. How about the following: ipv6 addrconf: don't cleanup prefix route for IFA_F_NOPREFIXROUTE Refactor the deletion/update of prefix routes when removing an address. Now, consider IFA_F_NOPREFIXROUTE and if there is an address present with this flag, to not cleanup the route. Instead, assume that userspace is taking care of this prefix. Also perform the same cleanup, when userspace changes an existing address to add NOPREFIXROUTE to an address that didn't have this flag. We do this because when the address was added, a prefix route was created for it. Since the user now wants to handle this route by himself, we remove it again. As before, a prefix route only gets removed, if there is no address that might need it. Or, if there are only non-permanent addresses, update the lifetime of the route. ciao, Thomas