Hi Victor,
Thanks for your inputs.
I am currenlty working on the VRRP Part rewritting some part in the state
machine.
About your pb, I have posted last week (too busy week) 2 mails into the
keepalived-devel mailing list.
For Gratuitous ARP :
http://www.geocrawler.com/lists/3/SourceForge/8515/0/8134134/
=> Quick sum :
--- vrrp.c Mon Mar 18 11:26:32 2002
+++ vrrp.c.new Mon Mar 18 11:26:10 2002
@@ -805,7 +805,7 @@
/* send gratuitous arp for each virtual ip */
for (j = 0; j < 5; j++)
for (i = 0; i < vsrv->naddr; i++)
- send_gratuitous_arp(vsrv, vsrv->vaddr[i].addr);
+ send_gratuitous_arp(vsrv, ntohl(vsrv->vaddr[i].addr));
}
other : http://www.geocrawler.com/lists/3/SourceForge/8515/0/8179054/
Since I will have time next week, I will spend time on VRRP... Will keep
mailing list up2date on my VRRP devel.
Best regards,
Alexandre
|