Re: [PATCH] netlink: introduce NLA_BINARY type

2007-03-23 Thread David Miller
From: Thomas Graf <[EMAIL PROTECTED]> Date: Fri, 23 Mar 2007 16:13:24 +0100 > * Johannes Berg <[EMAIL PROTECTED]> 2007-03-23 16:02 > > This patch introduces a new NLA_BINARY attribute policy type with the > > verification of simply checking the maximum length of the payload. > > > > It also fixes

Re: [PATCH] netlink: introduce NLA_BINARY type

2007-03-23 Thread Thomas Graf
* Johannes Berg <[EMAIL PROTECTED]> 2007-03-23 16:02 > This patch introduces a new NLA_BINARY attribute policy type with the > verification of simply checking the maximum length of the payload. > > It also fixes a small typo in the example. > > Signed-off-by: Johannes Berg <[EMAIL PROTECTED]> > C

[PATCH] netlink: introduce NLA_BINARY type

2007-03-23 Thread Johannes Berg
This patch introduces a new NLA_BINARY attribute policy type with the verification of simply checking the maximum length of the payload. It also fixes a small typo in the example. Signed-off-by: Johannes Berg <[EMAIL PROTECTED]> Cc: Thomas Graf <[EMAIL PROTECTED]> Cc: netdev@vger.kernel.org ---