diff --git a/archives/filesystem/special/VIM-COMMON/etc/modules-load.d/docker.conf b/archives/filesystem/special/VIM-COMMON/etc/modules-load.d/docker.conf new file mode 100644 index 00000000..f286af51 --- /dev/null +++ b/archives/filesystem/special/VIM-COMMON/etc/modules-load.d/docker.conf @@ -0,0 +1,15 @@ +nfnetlink +nf_tables +nft_counter +nft_objref +nft_compat +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_conntrack +nf_nat +nft_chain_nat +xt_MASQUERADE +xt_addrtype +xt_conntrack +xt_tcpudp +xt_nat diff --git a/archives/filesystem/special/VIM-COMMON/etc/modules-load.d/microk8s.conf b/archives/filesystem/special/VIM-COMMON/etc/modules-load.d/microk8s.conf new file mode 100644 index 00000000..d85543da --- /dev/null +++ b/archives/filesystem/special/VIM-COMMON/etc/modules-load.d/microk8s.conf @@ -0,0 +1,20 @@ +overlay +nfnetlink +nf_tables +xt_comment +xt_mark +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_conntrack +nf_nat +iptable_nat +iptable_mangle +iptable_filter +nf_reject_ipv4 +ipt_REJECT +ip6_tables +ip6table_nat +ip6table_mangle +ip6table_filter +nf_reject_ipv6 +ip6t_REJECT