commit | 3cb27991aad74299af2cd55a9c12684f5b0c76c6 | [log] [tgz] |
---|---|---|
author | Gao Feng <fgao@ikuai8.com> | Sun Aug 28 21:41:22 2016 +0800 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Tue Aug 30 11:51:08 2016 +0200 |
tree | e27c775c6f93761cb96e202a734a085ea27a4a40 | |
parent | ad66713f5a20034b3b2a0cbc184319b2ede93f11 [diff] |
netfilter: log_arp: Use ARPHRD_ETHER instead of literal '1' 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 <fgao@ikuai8.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>