Re: [PATCH nf-next] netfilter: log_arp: Use ARPHRD_ETHER instead of literal '1'

2016-08-30 Thread Pablo Neira Ayuso
On Sun, Aug 28, 2016 at 09:41:22PM +0800, f...@ikuai8.com wrote: > From: Gao Feng > > There is one macro ARPHRD_ETHER which defines the ethernet proto for ARP, > so we could use it instead of the literal number '1'. Also applied, thanks. -- To unsubscribe from this list: send

[PATCH nf-next] netfilter: log_arp: Use ARPHRD_ETHER instead of literal '1'

2016-08-28 Thread fgao
From: Gao Feng There is one macro ARPHRD_ETHER which defines the ethernet proto for ARP, so we could use it instead of the literal number '1'. Signed-off-by: Gao Feng --- net/ipv4/netfilter/nf_log_arp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)