On Sun, Oct 13, 2019 at 12:17:52AM +0200, Florian Westphal wrote: > nft describe ct_status > before: > symbol expression, datatype invalid (invalid), 0 bits > > after: > datatype ct_status (conntrack status) (basetype bitmask, integer), 32 bits > > pre-defined symbolic constants (in hexadecimal): > expected 0x00000001 > seen-reply 0x00000002 > [..] > > Signed-off-by: Florian Westphal <fw@xxxxxxxxx> Acked-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx>