summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2017-10-17 12:25:00 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2017-10-17 14:03:43 +0200
commit0d2b22cbd57b2f0c617e0bdd5a0c8d2dce284882 (patch)
tree1cd38197079a2789ebcc2642bb28775fe7f8a116 /.gitignore
parent64b7edd8d5812cac7f361c58dadcbedbaa4898e6 (diff)
netlink: fix element addition to map with stateful object
Expressions with EXPR_F_INTERVAL_END flag set on have no right hand side, so they store no stateful object. Skip them so we don't crash on this. # nft add map x testmap { type inet_service: counter\; flags interval\;} # nft add counter x testcounter # nft add element x testmap { 0-100 : "testcounter" } Segmentation fault This patch also fixes the listing codepath. Closes: https://bugzilla.netfilter.org/show_bug.cgi?id=1190 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions