netfilter: ctnetlink: use nlmsg_* helper function to build messages
authorPablo Neira Ayuso <pablo@netfilter.org>
Tue, 2 Jun 2009 18:07:39 +0000 (20:07 +0200)
committerpablo <pablo@1984.(none)>
Tue, 2 Jun 2009 18:07:39 +0000 (20:07 +0200)
commit96bcf938dc9637e8bb8b2c5d7885d72af5cd10af
tree33aa7ee88e3fe8d255edcaa597f22bbd683fe7df
parentf2f3e38c63c58a3d39bd710039af8bbd15ecaff6
netfilter: ctnetlink: use nlmsg_* helper function to build messages

Replaces the old macros to build Netlink messages with the
new nlmsg_*() helper functions.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nf_conntrack_netlink.c