commit | 8f4c1f9b049df3be11090f1c2c4738700302acae | [log] [tgz] |
---|---|---|
author | Thomas Graf <tgraf@suug.ch> | Wed Sep 12 14:44:36 2007 +0200 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:49:16 2007 -0700 |
tree | 51271d32096e4419173072d120176b4428e52a11 | |
parent | 9d5010db7ecfd6ec00119d3b185c4c0cd3265167 [diff] |
[NETLINK]: Introduce nested and byteorder flag to netlink attribute This change allows the generic attribute interface to be used within the netfilter subsystem where this flag was initially introduced. The byte-order flag is yet unused, it's intended use is to allow automatic byte order convertions for all atomic types. Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>