commit | 96bcf938dc9637e8bb8b2c5d7885d72af5cd10af | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Tue Jun 02 20:07:39 2009 +0200 |
committer | pablo <pablo@1984.(none)> | Tue Jun 02 20:07:39 2009 +0200 |
tree | 33aa7ee88e3fe8d255edcaa597f22bbd683fe7df | |
parent | f2f3e38c63c58a3d39bd710039af8bbd15ecaff6 [diff] |
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>