fix a comment
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 4 Jun 2008 05:23:06 +0000 (15:23 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 4 Jun 2008 05:23:06 +0000 (15:23 +1000)
note that we dont actually send the ipv6 "gratious arp" on the wire just yet.
(since ipv6 doesnt use arp)
but all the infrastructure is there when we implement sending raw neig.disc. packets

server/ctdb_takeover.c

index d9ac49d806e8327de00e916ec0c89b181123f017..2eec1f0d302a3b6e116991aa87225324e7e1bfa4 100644 (file)
@@ -162,8 +162,7 @@ static void takeover_ip_callback(struct ctdb_context *ctdb, int status,
        if (!arp) goto failed;
        
        arp->ctdb = ctdb;
-/* qqq convert state->sin from sockaddr_in to ctdb_sock_addr 
-no need to cast then*/
+/* qqq convert state->sin from sockaddr_in to ctdb_sock_addr no need to cast then*/
        arp->addr.ip = *((ctdb_addr_in *)state->sin);
        arp->vnn = state->vnn;