Re: [PATCH 1/2 nft v2] src: use NFT_OSF_MAXGENRELEN instead of IFNAMSIZ in osf.c

2018-08-07 Thread Pablo Neira Ayuso
On Tue, Aug 07, 2018 at 11:44:06AM +0200, Fernando Fernandez Mancera wrote: > As no "genre" in pf.os exceed 16 bytes of length, we reduce > NFT_OSF_MAXGENRELEN parameter to 16 bytes and use it instead of IFNAMSIZ. Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe

[PATCH 1/2 nft v2] src: use NFT_OSF_MAXGENRELEN instead of IFNAMSIZ in osf.c

2018-08-07 Thread Fernando Fernandez Mancera
As no "genre" in pf.os exceed 16 bytes of length, we reduce NFT_OSF_MAXGENRELEN parameter to 16 bytes and use it instead of IFNAMSIZ. Signed-off-by: Fernando Fernandez Mancera --- include/linux/netfilter/nf_tables.h | 1 + src/osf.c | 4 +--- 2 files changed, 2