From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Westphal Subject: Re: nft -- documentation on fib_addrtype missing, more data Date: Fri, 11 Oct 2019 11:47:21 +0200 Message-ID: <20191011094721.GL25052@breakpoint.cc> References: <5fbab89f-ee32-44f7-b8d7-cf63ba65bc0e@satchell.net> <20191011082926.4wfyhysc6joofuel@salvia> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <20191011082926.4wfyhysc6joofuel@salvia> Sender: netfilter-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Pablo Neira Ayuso Cc: Stephen Satchell , netfilter@vger.kernel.org Pablo Neira Ayuso 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?