Is kmod-nft-nat6 baked in now?

I'm using imagebuilder to build some images but it's failing on kmod-nft-nat6.

Collected errors:
 * opkg_install_cmd: Cannot install package kmod-nft-nat6.
make[2]: *** [Makefile:169: package_install] Error 255
make[1]: *** [Makefile:124: _call_image] Error 2
make: *** [Makefile:242: image] Error 2
Make image failed!

I see here that this module was recently removed. I'm not sure what "common package" means in the commit notes. Is it baked into the kernel now or do I need to install a different kmod? I also have kmod-nf-nat6 installed, is this superfluous?

kmod-nft-nat should now take care of IPv4 and IPv6 NAT.

In 22.03.0, I found that I didn't need kmod-nft-nat6 anymore in my image-builder package lists, and it was not available anymore either. (A change from 22.03.0-rc6). Something else in my package listings indirectly got me kmod-nft-nat already.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.