commit | a2b7cbdd2559aff06cebc28a7150f81c307a90d3 | [log] [tgz] |
---|---|---|
author | Matthias Kaehlcke <mka@chromium.org> | Wed Apr 19 11:39:20 2017 -0700 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon May 15 12:10:27 2017 +0200 |
tree | 16fd95b13facc9af3ae2949b037c3c9e25ed859a | |
parent | 1c4d5f51a812a82de97beee24f48ed05c65ebda5 [diff] |
netfilter: ctnetlink: Make some parameters integer to avoid enum mismatch Not all parameters passed to ctnetlink_parse_tuple() and ctnetlink_exp_dump_tuple() match the enum type in the signatures of these functions. Since this is intended change the argument type of to be an unsigned integer value. Signed-off-by: Matthias Kaehlcke <mka@chromium.org> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>