summaryrefslogtreecommitdiffstats
path: root/tests/nft-chain-test.c
diff options
context:
space:
mode:
authorAna Rey <anarey@gmail.com>2013-11-19 18:54:14 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2013-11-19 21:06:47 +0100
commite55c7afcf999e51546335f2e2112c044bba690af (patch)
treeadc49883695d7a4af1d50444670129c63a427f8f /tests/nft-chain-test.c
parent2b690deea3a9e43f9f73372b3d712f55365c2379 (diff)
expr: target: fix wrong info length in nft_rule_expr_target_parse
If I run my automatic unit test of libnftable, It shows: ERROR: Expr NFT_EXPR_TG_INFO size mismatches size a: 32 b: 36 The problem was in nft_rule_expr_target_parse function. With the attached patch, we use mnl_attr_get_payload_len() in instead of mnl_attr_get_len(). Signed-off-by: Ana Rey <anarey@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/nft-chain-test.c')
0 files changed, 0 insertions, 0 deletions