On Sat, 2007-02-06 at 20:02 +1000, Herbert Xu wrote: > [IPV4]: Convert IPv4 devconf to an array > > This patch converts the ipv4_devconf config members (everything except > sysctl) to an array. This allows easier manipulation which will be > needed later on to provide better management of default config values. >
Nice. What be even nicer (wink, wink) is to be able to generate events when these values change. Thomas and I once had long discussions on that topic. It could be as primitive as a select()/poll() kicking in when /proc/sys/net/ipv4/conf/default changes. BTW, the fact select() doesnt kick at all (been a while since i last tried) is something that seems to be a bug. cheers, jamal - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html