[Devel] [PATCH rh7 2/2] net: Add rules for autoloading nf_tables

2015-05-26 Thread Kirill Tkhai
nf_tables is a new netfilter table. Add autoload permittions like we have for {ip,ip6,x}tables. https://jira.sw.ru/browse/PSBM-33631 Signed-off-by: Kirill Tkhai ktk...@odin.com --- kernel/kmod.c | 47 +++ 1 file changed, 47 insertions(+) diff --git

Re: [Devel] [PATCH rh7 2/2] net: Add rules for autoloading nf_tables

2015-05-26 Thread Cyrill Gorcunov
On Tue, May 26, 2015 at 02:09:25PM +0300, Kirill Tkhai wrote: nf_tables is a new netfilter table. Add autoload permittions like we have for {ip,ip6,x}tables. https://jira.sw.ru/browse/PSBM-33631 Signed-off-by: Kirill Tkhai ktk...@odin.com Reviewed-by: Cyrill Gorcunov gorcu...@odin.com