Re: [PATCH libnftnl 1/3] expr: add dup expression support

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

 



On 17.08, Pablo Neira Ayuso wrote:
> index a99e6a9..cf4a1ce 100644
> --- a/include/linux/netfilter/nf_tables.h
> +++ b/include/linux/netfilter/nf_tables.h
> @@ -936,6 +936,20 @@ enum nft_redir_attributes {
>  #define NFTA_REDIR_MAX		(__NFTA_REDIR_MAX - 1)
>  
>  /**
> + * enum nft_tee_attributes - nf_tables tee expression netlink attributes
> + *
> + * @NFTA_DUP_SREG_ADDR: source register of destination (NLA_U32: nft_registers)
> + * @NFTA_DUP_SREG_DEV: output interface name (NLA_U32: nft_register)
> + */
> +enum nft_tee_attributes {

Shouldn't these be called nft_dup_attributes?

> +	NFTA_DUP_UNSPEC,
> +	NFTA_DUP_SREG_ADDR,
> +	NFTA_DUP_SREG_DEV,
> +	__NFTA_DUP_MAX
> +};
> +#define NFTA_DUP_MAX		(__NFTA_DUP_MAX - 1)
--
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