Re: [RTNL]: Improve error codes for unsupported operations

2007-04-05 Thread David Miller
From: Thomas Graf <[EMAIL PROTECTED]> Date: Thu, 5 Apr 2007 16:34:02 +0200 > The most common trigger of these errors is that the > config option hasn't been enable wich would make the > functionality available. Therefore returning EOPNOTSUPP > gives a better idea on what is going wrong. > > Signe

[RTNL]: Improve error codes for unsupported operations

2007-04-05 Thread Thomas Graf
The most common trigger of these errors is that the config option hasn't been enable wich would make the functionality available. Therefore returning EOPNOTSUPP gives a better idea on what is going wrong. Signed-off-by: Thomas Graf <[EMAIL PROTECTED]> Index: net-2.6.22/net/core/rtnetlink.c ==