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)
commita2acc543408e1cbdcd7915a268cdbc451f09832a
treeed4b1a28e94627685ab4f46a566161e85160a424
parent549d2d41c1a448380872858302ee91be5a3ed499
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