From 9da7658c6e25b02f7eeef936835469f4174cbfec Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Fri, 15 Dec 2023 16:15:35 +0100 Subject: include: Sync nf_log.h with kernel headers Next patch needs NF_LOG_PREFIXLEN define. Signed-off-by: Phil Sutter --- include/linux/netfilter/nf_log.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/linux/netfilter') diff --git a/include/linux/netfilter/nf_log.h b/include/linux/netfilter/nf_log.h index 8be21e0..2ae0093 100644 --- a/include/linux/netfilter/nf_log.h +++ b/include/linux/netfilter/nf_log.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _NETFILTER_NF_LOG_H #define _NETFILTER_NF_LOG_H @@ -9,4 +10,6 @@ #define NF_LOG_MACDECODE 0x20 /* Decode MAC header */ #define NF_LOG_MASK 0x2f +#define NF_LOG_PREFIXLEN 128 + #endif /* _NETFILTER_NF_LOG_H */ -- cgit v1.2.3