]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: xt_cluster: get rid of xt_cluster_ipv6_is_multicast
authorTaehee Yoo <ap420073@gmail.com>
Sun, 11 Feb 2018 13:57:29 +0000 (22:57 +0900)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 5 Mar 2018 22:15:43 +0000 (23:15 +0100)
commit25ee560e8c5c2f7569fee64d02888d314c3d1415
tree4c362004e8cb0f265359a6be7595ed4b14985261
parent672824c4de99322a6b2abd827f92d212637f96ef
netfilter: xt_cluster: get rid of xt_cluster_ipv6_is_multicast

If use the ipv6_addr_is_multicast instead of xt_cluster_ipv6_is_multicast,
then we can reduce code size.

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