search for: expr_mapping

Displaying 2 results from an estimated 2 matches for "expr_mapping".

2015 Jan 08
1
[Bug 994] New: Named sets with type "ipv4_addr" do not allow adding CIDR elements
...Component: nft Assignee: pablo at netfilter.org Reporter: admin at rollinix.net Overview: Attempting to add an element in CIDR notation to a named set with type "ipv4_addr" fails with "nft: netlink.c:216: alloc_nft_setelem: Assertion `expr->ops->type == EXPR_MAPPING' failed." Steps to reproduce: nft add set inet filter test { type ipv4_addr\; } nft add element inet filter test { 10.0.0.1 } nft add element inet filter test { 192.168.0.0/16 } Actual result: (Error) nft: netlink.c:216: alloc_nft_setelem: Assertion `expr->ops->type == EX...
2014 Jan 25
7
[Bug 888] New: Assertion errors attempting a statement which (I believe) is grammatically correct.
...nymous set I imagine this behaviour is not desirable. <some basic table initialization..> nft> add map filter admin_addresses { type ipv4_address; } nft> add element filter admin_addresses { 192.168.1.0/24 } nft: src/netlink.c:155: alloc_nft_setelem: Assertion `expr->ops->type == EXPR_MAPPING' failed. Aborted -- Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.