]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - net/netfilter/ipvs/ip_vs_proto_ah_esp.c
net: replace %p6 with %pI6
[karo-tx-linux.git] / net / netfilter / ipvs / ip_vs_proto_ah_esp.c
index 59f2d11b683e2572f8e4d4c7ca8693c4f9253933..6ede88812044f312f3bc9064f75e8b3ac077d357 100644 (file)
@@ -154,7 +154,7 @@ ah_esp_debug_packet_v6(struct ip_vs_protocol *pp, const struct sk_buff *skb,
        if (ih == NULL)
                sprintf(buf, "%s TRUNCATED", pp->name);
        else
-               sprintf(buf, "%s %p6->%p6",
+               sprintf(buf, "%s %pI6->%pI6",
                        pp->name, &ih->saddr, &ih->daddr);
 
        printk(KERN_DEBUG "IPVS: %s: %s\n", msg, buf);