commit | 244b531bee2bdcfcd35ca2fff9cc7d073b3aa060 | [log] [tgz] |
---|---|---|
author | Willem de Bruijn <willemb@google.com> | Mon Jan 02 17:19:43 2017 -0500 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Jan 09 17:24:54 2017 +0100 |
tree | 61d53d7913e67140f6f459f22f5b474ec83cd0dd | |
parent | e47ddb2c4691fd2bd8d25745ecb6848408899757 [diff] |
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>