Add iptable_nat to modprobe list

Signed-off-by: Chris Kim <oats87g@gmail.com>
This commit is contained in:
Chris Kim 2020-10-26 15:02:47 -04:00
parent 38109e6c9d
commit 96fc4c4b21

View File

@ -31,6 +31,7 @@ func Configure() {
loadKernelModule("overlay") loadKernelModule("overlay")
loadKernelModule("nf_conntrack") loadKernelModule("nf_conntrack")
loadKernelModule("br_netfilter") loadKernelModule("br_netfilter")
loadKernelModule("iptable_nat")
// Kernel is inconsistent about how devconf is configured for // Kernel is inconsistent about how devconf is configured for
// new network namespaces between ipv4 and ipv6. Make sure to // new network namespaces between ipv4 and ipv6. Make sure to