tobetter / linux

Linux kernel source tree
Other
68 stars 30 forks source link

The kernel doesn't support the ebtables 'filter' table #3

Closed JuanCabre closed 8 years ago

JuanCabre commented 8 years ago

Hello,

I am using your kernel in my Odroid XU4 in order to run Openstack on it. However, I am finding this error when I try to set up Openstack:

iptables v1.6.0: can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
iptables v1.6.0: can't initialize iptables table `mangle': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
modprobe: FATAL: Module ebtables not found in directory /lib/modules/4.2.0+
The kernel doesn't support the ebtables 'filter' table.

Is there a way for me to include the ebtables module?