ebtables fails add or list any kernel rules. it prints the following message: "The kernel doesn't support the ebtables filter table." I've had to add the following cflags to the build process: -DEBT_MIN_ALIGN=8 -DKERNEL_64_USERSPACE_32 This fixes when building a 32 bit userland and a 64 bit kernel on mips64 platform. Thanks
Can you test if -DKERNEL64_USERSPACE_32 is enough? -DEBT_MIN_ALIGN=8 is used/meant for sparc64 which doesn't handle unaligned memory accesses. Regards.
Yes, you are right. -DKERNEL_64_USERSPACE_32 is enough. Tested on my board and it worked. Thanks
Fix applied to for-peter-2013.11.