On Fri, Oct 11, 2019 at 11:47:21AM +0200, Florian Westphal wrote: > Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> wrote: > > # nft describe fib saddr type > > fib expression, datatype fib_addrtype (fib address type) (basetype integer), 32 bits > > > > pre-defined symbolic constants (in decimal): > [..] > > It might make sense to teach nft describe to also work with the type, > so you could get the symbolic constants via > > nft describe fib_addrtype > > What do you think? That's doable, yes.