Need it for docker Docker nat rules c/r in nft based environment. https://jira.sw.ru/browse/PSBM-125002
Signed-off-by: Pavel Tikhomirov <[email protected]> --- kernel/kmod.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kernel/kmod.c b/kernel/kmod.c index 044689113e517..aded87693bfd6 100644 --- a/kernel/kmod.c +++ b/kernel/kmod.c @@ -371,6 +371,11 @@ static struct { { "nf-logger-2-1", VE_IP_IPTABLES }, { "nf-logger-7-1", VE_IP_IPTABLES }, { "nf-logger-10-1", VE_IP_IPTABLES6 }, + + { "nf-expr-1-fib", VE_IP_IPTABLES }, + { "nf-expr-2-fib", VE_IP_IPTABLES }, + { "nft-expr-10-fib", VE_IP_IPTABLES6 }, + { "nft_fib", VE_IP_IPTABLES }, }; /* -- 2.26.2 _______________________________________________ Devel mailing list [email protected] https://lists.openvz.org/mailman/listinfo/devel
