]> git.ipfire.org Git - thirdparty/nftables.git/commit
parser: alloc specifying concat types in set declarations
authorPatrick McHardy <kaber@trash.net>
Sat, 13 Dec 2014 07:50:36 +0000 (07:50 +0000)
committerPatrick McHardy <kaber@trash.net>
Tue, 16 Dec 2014 17:20:54 +0000 (18:20 +0100)
commit551d2a09ab93dfbc402b4a5789e6d865a168fb45
tree0c0f88a8bfced5b215cc987ea5f797a1ea6c2489
parent25b19818c46d6fea81f3b951223f4ec7fa86ed55
parser: alloc specifying concat types in set declarations

Support specification of concat types in set declarations:

add set filter test {
type ipv4_addr . inet_service
}

Netlink delinearization is changed to reconstruct the type from the id.

Signed-off-by: Patrick McHardy <kaber@trash.net>
src/netlink.c
src/parser_bison.y