The commit is pushed to "branch-rh7-3.10.0-1160.11.1.vz7.172.x-ovz" and will
appear at https://src.openvz.org/scm/ovz/vzkernel.git
after rh7-3.10.0-1160.11.1.vz7.172.12
------>
commit 84beb0e73874ad323f4bfb48867e180dfc88150a
Author: Pavel Tikhomirov <[email protected]>
Date: Fri Feb 5 14:32:58 2021 +0300
ve/kmod: make fib modules autoloadable from CT
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 0446891..aded876 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 },
};
/*
_______________________________________________
Devel mailing list
[email protected]
https://lists.openvz.org/mailman/listinfo/devel