-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Netfilter modules missing in version 18.09.05 #1389
Comments
I think the netfilter TCL extension is missing. I've tried to install it manually but the modules don't load and if I reboot the package is gone. |
We don't use the kernel from Tiny Core Linux -- we build our own (especially since Docker is fairly dependent on kernel functionality). The Netfilter bits we have currently come directly from Docker's requirements: boot2docker/files/kernel-config.d/docker Lines 53 to 56 in 02c9101
If we ought to add more, there needs to be a reasonable case made for their usefulness and something like Debian's kernel configuration to give us a credible list of which ones are sane for us to do so with. |
I have added a PR with the list of modules required by Rancher: #1391 |
Since the PR has been merged I'll close the issue. |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I'm running boot2docker 18.09.5 and I have issues with the iptables-save and iptables-restore commands used by Rancher to set up port forwarding when deploying stacks:
As in #1374 I miss a lot of iptables-related modules (for instance
xt_set.ko
):Am I missing something?
The text was updated successfully, but these errors were encountered: