a26620809ce1f69cbb85752e289027d1073d3dfc
[cascardo/ovs.git] / datapath / linux / compat / nf_conntrack_core.c
1 #include <linux/version.h>
2
3 #if LINUX_VERSION_CODE < KERNEL_VERSION(4,3,0)
4
5 #include <net/netfilter/nf_conntrack_zones.h>
6
7 /* Built-in default zone used e.g. by modules. */
8 const struct nf_conntrack_zone nf_ct_zone_dflt = {
9         .id     = NF_CT_DEFAULT_ZONE_ID,
10         .dir    = NF_CT_DEFAULT_ZONE_DIR,
11 };
12
13 #endif /* LINUX_VERSION_CODE < KERNEL_VERSION(4,3,0) */