netfilter: netns nf_conntrack: add netns boilerplate
One comment: #ifdefs around #include is necessary to overcome amazing compile breakages in NOTRACK-in-netns patch (see below). Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:

committed by
Patrick McHardy

parent
e10aad9998
commit
dfdb8d7918
6
include/net/netns/conntrack.h
Normal file
6
include/net/netns/conntrack.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef __NETNS_CONNTRACK_H
|
||||
#define __NETNS_CONNTRACK_H
|
||||
|
||||
struct netns_ct {
|
||||
};
|
||||
#endif
|
Reference in New Issue
Block a user