Skip to content
Commit 724bab47 authored by Patrick McHardy's avatar Patrick McHardy
Browse files

netfilter: ipset: fix linking with CONFIG_IPV6=n



Add a dummy ip_set_get_ip6_port function that unconditionally
returns false for CONFIG_IPV6=n and convert the real function
to ipv6_skip_exthdr() to avoid pulling in the ip6_tables module
when loading ipset.

Signed-off-by: default avatarPatrick McHardy <kaber@trash.net>
parent 316ed388
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment