commit | e47ddb2c4691fd2bd8d25745ecb6848408899757 | [log] [tgz] |
---|---|---|
author | Willem de Bruijn <willemb@google.com> | Mon Jan 02 17:19:42 2017 -0500 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Jan 09 17:24:54 2017 +0100 |
tree | 1bdd5befe696c687842e910470dd3f4b4f8d29ca | |
parent | f77bc5b23fb1af51fc0faa8a479dea8969eb5079 [diff] |
ip6tables: use match, target and data copy_to_user helpers Convert ip6tables 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>