]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/netfilter/ipvs/ip_vs_sync.c
net: replace NIPQUAD() in net/netfilter/
[net-next-2.6.git] / net / netfilter / ipvs / ip_vs_sync.c
index de5e7e118eed51e9b10be8f9c76cc91e9f7ed9d0..6be5d4efa51ba58c9f13bb40b475bcb58c6795ca 100644 (file)
@@ -580,8 +580,8 @@ static int bind_mcastif_addr(struct socket *sock, char *ifname)
                IP_VS_ERR("You probably need to specify IP address on "
                          "multicast interface.\n");
 
-       IP_VS_DBG(7, "binding socket with (%s) %u.%u.%u.%u\n",
-                 ifname, NIPQUAD(addr));
+       IP_VS_DBG(7, "binding socket with (%s) %pI4\n",
+                 ifname, &addr);
 
        /* Now bind the socket with the address of multicast interface */
        sin.sin_family       = AF_INET;