-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not compile with kernel 5.5.x: "__ip_dev_find" undefined #32
Comments
Please check kernel settings |
Thank you @yokoyama10 , here is my network related entries:
|
@enihcam I have succeeded using this minimal configure file. # build kernel
wget https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.5.19.tar.xz
tar xf linux-5.5.19.tar.xz
cd linux-5.5.19/
wget https://gist.github.com/yokoyama10/d7c341cd7672e5c7864d9c9dbb90378d/raw/15cf9cf1fb4acb1e736b5248c0363f4ed61fc9eb/mini.config
make ARCH=x86_64 KCONFIG_ALLCONFIG=mini.config allnoconfig
make -j3
cd ..
# build netfilter-full-cone-nat
git clone https://github.com/Chion82/netfilter-full-cone-nat.git
cd netfilter-full-cone-nat/
make -C ../linux-5.5.19 M=`pwd` modules |
sorry i posted a previous config. the new config has i compared your config with mine, which has all the set in yours. interesting. |
@enihcam Could you please make sure that you are actually using the right version of kernel source and kernel config to build this module? try this:
|
Does not compile with kernel 5.5.x: "__ip_dev_find" undefined
CONFIG_NF_CONNTRACK_EVENTS enabled:
Please let me know what is missing?
The text was updated successfully, but these errors were encountered: