Re: [PATCH] netfilter: add include guard to xt_connlabel.h

2019-07-29 Thread Masahiro Yamada
On Mon, Jul 29, 2019 at 10:15 PM Pablo Neira Ayuso wrote: > > On Mon, Jul 29, 2019 at 12:51:38AM +0900, Masahiro Yamada wrote: > > Add a header include guard just in case. > > Applied to nf.git, thanks. > > BTW, is the _UAPI_ prefix really needed? I can see netfilter headers > under include/uapi/

Re: [PATCH] netfilter: add include guard to xt_connlabel.h

2019-07-29 Thread Pablo Neira Ayuso
On Mon, Jul 29, 2019 at 12:51:38AM +0900, Masahiro Yamada wrote: > Add a header include guard just in case. Applied to nf.git, thanks. BTW, is the _UAPI_ prefix really needed? I can see netfilter headers under include/uapi/ sometimes are prefixed by UAPI and sometimes not. Thanks.

Re: [PATCH] netfilter: add include guard to xt_connlabel.h

2019-07-28 Thread Florian Westphal
Masahiro Yamada wrote: > Add a header include guard just in case. Acked-by: Florian Westphal

[PATCH] netfilter: add include guard to xt_connlabel.h

2019-07-28 Thread Masahiro Yamada
Add a header include guard just in case. Signed-off-by: Masahiro Yamada --- include/uapi/linux/netfilter/xt_connlabel.h | 6 ++ 1 file changed, 6 insertions(+) diff --git a/include/uapi/linux/netfilter/xt_connlabel.h b/include/uapi/linux/netfilter/xt_connlabel.h index