]> git.ipfire.org Git - thirdparty/nftables.git/commit
datatype: add/move size and byte order information into data types
authorPatrick McHardy <kaber@trash.net>
Tue, 31 Mar 2009 02:57:48 +0000 (04:57 +0200)
committerPatrick McHardy <kaber@trash.net>
Tue, 31 Mar 2009 02:57:48 +0000 (04:57 +0200)
commit4ffa6882a5eafa50625d0e4d49cdaafe69d7877c
tree6f6e5c33a3d7774120b315b6da0a07bffe19126f
parent4fee12b4b0a837b4d34d21be99cda8185563f784
datatype: add/move size and byte order information into data types

Add size and type information to non-basetype types and remove the now
redundant information from the symbol tables.

This will be used to determine size and byteorder of set members without
analyzing the ruleset for incremental update operations.

Signed-off-by: Patrick McHardy <kaber@trash.net>
include/datatype.h
src/ct.c
src/datatype.c
src/expression.c
src/exthdr.c
src/meta.c
src/payload.c