]> git.ipfire.org Git - thirdparty/nftables.git/commit
datatype: change concat_type_alloc() to construct type from id
authorPatrick McHardy <kaber@trash.net>
Sat, 13 Dec 2014 07:50:35 +0000 (07:50 +0000)
committerPatrick McHardy <kaber@trash.net>
Tue, 16 Dec 2014 17:20:54 +0000 (18:20 +0100)
commit25b19818c46d6fea81f3b951223f4ec7fa86ed55
tree70246dcce7760c6f9c8aa066ca051f05f93e73ea
parent8a5697cf51937b54fc9a2c1f0d22f19dafe4d61e
datatype: change concat_type_alloc() to construct type from id

The kernel only stored the id so we need to be able to reconstruct
the datatype from the id only.

Signed-off-by: Patrick McHardy <kaber@trash.net>
include/datatype.h
src/datatype.c
src/evaluate.c