]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/netfilter/ipvs/ip_vs_core.c
net: replace %p6 with %pI6
[linux-2.6-omap-h63xx.git] / net / netfilter / ipvs / ip_vs_core.c
index 9400587a01e70c59737ad66914a4f578f844e379..c3c68443b5b16f54a0120970df66c6e4e4504f10 100644 (file)
@@ -805,7 +805,7 @@ static int ip_vs_out_icmp_v6(struct sk_buff *skb, int *related)
        if (ic == NULL)
                return NF_DROP;
 
-       IP_VS_DBG(12, "Outgoing ICMPv6 (%d,%d) %p6->%p6\n",
+       IP_VS_DBG(12, "Outgoing ICMPv6 (%d,%d) %pI6->%pI6\n",
                  ic->icmp6_type, ntohs(icmpv6_id(ic)),
                  &iph->saddr, &iph->daddr);
 
@@ -1175,7 +1175,7 @@ ip_vs_in_icmp_v6(struct sk_buff *skb, int *related, unsigned int hooknum)
        if (ic == NULL)
                return NF_DROP;
 
-       IP_VS_DBG(12, "Incoming ICMPv6 (%d,%d) %p6->%p6\n",
+       IP_VS_DBG(12, "Incoming ICMPv6 (%d,%d) %pI6->%pI6\n",
                  ic->icmp6_type, ntohs(icmpv6_id(ic)),
                  &iph->saddr, &iph->daddr);