]> git.proxmox.com Git - mirror_frr.git/commit
[ripd] Fix logic to send updates on all connected addresses.
authorAndrew J. Schorr <ajschorr@alumni.princeton.edu>
Fri, 28 Apr 2006 16:22:36 +0000 (16:22 +0000)
committerAndrew J. Schorr <ajschorr@alumni.princeton.edu>
Fri, 28 Apr 2006 16:22:36 +0000 (16:22 +0000)
commitb9d92881f5d45601c4268d99baec8835068b73c2
treeb99acacee536e07a4726b69f8d2b6397e58eadba
parente0062775b9f9945612912bdefc2d9bcf6ab0650b
[ripd] Fix logic to send updates on all connected addresses.

2006-04-28 Andrew J. Schorr <ajschorr@alumni.princeton.edu>

* ripd.c: (rip_update_process) Try to fix the logic for sending
  an updated on each connected network.  The new code will
  attempt to send the update on each connected network, whereas
  the previous code seemed to be attempting to avoid sending
  more than one RIPv1 update on a given interface, but was coded
  incorrectly.  The actual effect of the old code was to send
  an update only on the first connected address in the cases
  where the interface is not multicast, or RIPv2 is not being used.
ripd/ChangeLog
ripd/ripd.c