[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20081013101334.6b8b4567@zonk.pl>
Date: Mon, 13 Oct 2008 12:13:34 +0200
From: Adam Osuchowski <adwol@...k.pl>
To: David Miller <davem@...emloft.net>
Cc: akpm@...ux-foundation.org, netdev@...r.kernel.org,
bugme-daemon@...zilla.kernel.org
Subject: Re: [Bugme-new] [Bug 11655] New: /proc/sys/net/ipv6/conf/all/*
controls don't work
David Miller wrote:
> Not a bug.
>
> These "global" setting have to be set to the desired value before the
> device is created. And it is at creation time that these global
> values are "inherited" by the device.
>
> Afterwards changes to the global value will not propagate to those
> devices again, because that might override a changed setting made
> by the user.
>
> It is only newly created devices which get these values.
I understand you are talking about /proc/sys/net/ipv6/conf/default/*
controls. If so, it's ok, but I talked about /proc/sys/net/ipv6/conf/all/*
controls. Documentation/networking/ip-sysctl.txt says:
conf/default/*:
Change the interface-specific default settings.
conf/all/*:
Change all the interface-specific settings.
so what is the difference between default and all in the context of your
statement? In my opinion, it could be understood that default settings
are inherited and those from "all" directory change values for all
current devices.
--
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