|
@@ -22,7 +22,7 @@
|
|
|
#include <linux/ip.h>
|
|
|
#include <linux/ipv6.h> /* for struct ipv6hdr */
|
|
|
#include <net/ipv6.h>
|
|
|
-#if IS_ENABLED(CONFIG_IPV6)
|
|
|
+#if IS_ENABLED(CONFIG_IP_VS_IPV6)
|
|
|
#include <linux/netfilter_ipv6/ip6_tables.h>
|
|
|
#endif
|
|
|
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
|
|
@@ -212,8 +212,9 @@ ip_vs_fill_iph_addr_only(int af, const struct sk_buff *skb,
|
|
|
(struct ipv6hdr *)skb_network_header(skb);
|
|
|
iphdr->saddr.in6 = iph->saddr;
|
|
|
iphdr->daddr.in6 = iph->daddr;
|
|
|
- } else {
|
|
|
+ } else
|
|
|
#endif
|
|
|
+ {
|
|
|
const struct iphdr *iph =
|
|
|
(struct iphdr *)skb_network_header(skb);
|
|
|
iphdr->saddr.ip = iph->saddr;
|