]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: connlimit: merge root4 and root6.
authorTaehee Yoo <ap420073@gmail.com>
Wed, 2 Aug 2017 09:14:43 +0000 (18:14 +0900)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sat, 19 Aug 2017 11:07:53 +0000 (13:07 +0200)
commit3b7257bc8b257808c6db7ee9cf71a30d62fecfdc
treeed4b1a28e94627685ab4f46a566161e85160a424
parent40b8717b359c1c0b213c28b4e40a75b789473514
netfilter: connlimit: merge root4 and root6.

The root4 variable is used only when connlimit extension module has been
stored by the iptables command. and the roo6 variable is used only when
connlimit extension module has been stored by the ip6tables command.
So the root4 and roo6 variable does not be used at the same time.

Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/xt_connlimit.c