From b9d92881f5d45601c4268d99baec8835068b73c2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Schorr" Date: Fri, 28 Apr 2006 16:22:36 +0000 Subject: [ripd] Fix logic to send updates on all connected addresses. 2006-04-28 Andrew J. Schorr * 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 | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ripd/ChangeLog') diff --git a/ripd/ChangeLog b/ripd/ChangeLog index d795509e..89302d55 100644 --- a/ripd/ChangeLog +++ b/ripd/ChangeLog @@ -1,3 +1,14 @@ +2006-04-28 Andrew J. Schorr + + * 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. + 2006-01-30 Alain Ritoux * ripd.c: correct bug that allowed route learnt through RIP to take -- cgit v1.2.1