[PATCH 06/11] Rename struct nf_conntrack_protocol
Yasuyuki KOZAKAI
yasuyuki.kozakai at toshiba.co.jp
Fri Nov 3 13:51:35 CET 2006
Hi,
From: Martin Josefsson <gandalf at wlug.westbo.se>
Date: Wed, 01 Nov 2006 22:08:51 +0100
> Rename 'struct nf_conntrack_protocol' to 'struct nf_conntrack_l4proto' in order
> to help distinguish it from 'struct nf_conntrack_l3proto'. It gets rather
> confusing with 'nf_conntrack_protocol'.
>
> Signed-off-by: Martin Josefsson <gandalf at wlug.westbo.se>
After applied this patch, NF_CT_ASSERT(proto); in ct_seq_show() of
nf_conntrack_standalone.c should be NF_CT_ASSERT(l4proto);
-- Yasuyuki Kozakai
More information about the netfilter-devel
mailing list