[NETLINK]: Introduce nested and byteorder flag to netlink attribute
authorThomas Graf <tgraf@suug.ch>
Wed, 12 Sep 2007 12:44:36 +0000 (14:44 +0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:49:16 +0000 (16:49 -0700)
commit8f4c1f9b049df3be11090f1c2c4738700302acae
tree51271d32096e4419173072d120176b4428e52a11
parent9d5010db7ecfd6ec00119d3b185c4c0cd3265167
[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>
include/linux/netlink.h
include/net/netlink.h
net/ipv4/fib_frontend.c
net/ipv4/fib_semantics.c
net/ipv6/route.c
net/netlabel/netlabel_cipso_v4.c
net/netlink/attr.c