Re: [PATCH nft 1/2] src: add 'list maps' support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Netfitler Users]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux