On Tue, May 31, 2016 at 12:37:06PM +0200, Pablo M. Bermudo Garay wrote:
> This commit adds a new command that lists maps:
>
> # nft list maps [family]
>
> Only the declaration is displayed. If no family is specified, all maps
> of all families are listed.
>
> Example:
>
> # nft list maps
>
> table ip filter {
> map test {
> type ipv4_addr : inet_service
> }
> }
> table ip6 filter {
> map test {
> type ipv6_addr : inet_service
> }
> }
Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html