On Tue, Mar 20, 2018 at 10:53:22PM +0800, Yang Zheng wrote:
> nft-ct-helper-{add,get,del}: add, get, or delete ct helper objects from the
> specified table.
>
> Examples:
> % ./nft-ct-helper-get ip filter
> <nothing>
> % ./nft-ct-helper-add ip filter sip-5060 sip udp
> % ./nft-ct-helper-get ip filter
> table filter name sip-5060 use 0 [ ct_helper name sip family 2 protocol 17 ]
> % ./nft-ct-helper-del ip filter sip-5060
> % ./nft-ct-helper-get ip filter
> <nothing>
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