Skip to content
Commit 2f1e3176 authored by Patrick McHardy's avatar Patrick McHardy
Browse files

netfilter: nf_conntrack: fix linker error with NF_CONNTRACK_TIMESTAMP=n



net/built-in.o: In function `nf_conntrack_init_net':
net/netfilter/nf_conntrack_core.c:1521:
	undefined reference to `nf_conntrack_tstamp_init'
net/netfilter/nf_conntrack_core.c:1531:
	undefined reference to `nf_conntrack_tstamp_fini'

Add dummy inline functions for the =n case to fix this.

Reported-by: default avatarJohn Fastabend <john.r.fastabend@intel.com>
Signed-off-by: default avatarPatrick McHardy <kaber@trash.net>
parent 06988b06
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment