]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
arptables: use match, target and data copy_to_user helpers
authorWillem de Bruijn <willemb@google.com>
Mon, 2 Jan 2017 22:19:43 +0000 (17:19 -0500)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 9 Jan 2017 16:24:54 +0000 (17:24 +0100)
commit244b531bee2bdcfcd35ca2fff9cc7d073b3aa060
tree61d53d7913e67140f6f459f22f5b474ec83cd0dd
parente47ddb2c4691fd2bd8d25745ecb6848408899757
arptables: use match, target and data copy_to_user helpers

Convert arptables to copying entries, matches and targets one by one,
using the xt_match_to_user and xt_target_to_user helper functions.

Signed-off-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/ipv4/netfilter/arp_tables.c