]> git.puffer.fish Git - mirror/frr.git/commit
2004-01-23 sowmini.varadhan@sun.com
authorpaul <paul>
Fri, 23 Jan 2004 15:31:42 +0000 (15:31 +0000)
committerpaul <paul>
Fri, 23 Jan 2004 15:31:42 +0000 (15:31 +0000)
commit931cd54d52b9b034f8bf8b634e99bc2444d5094e
tree2dceb95d4110c0e501b34473a71f375c2cd385f7
parentc15cfa832940dbdf49d1c1f03cfbab9078708e1e
2004-01-23 sowmini.varadhan@sun.com

        * rip_interface.c: obsolete unbind code in
        rip_interface_multicast_set, and instead do the more portable
        (though slower) method of creating a socket for each outgoing packet
        and binding the source address on the new socket.
        * rip_interface.c, ripd.c, ripd.h: Modify rip_request_send so that
        source address is determined by the caller of rip_request_send for
        ripv1 packets and non-multicast interfaces (rip_request_send loops
        over all connected address in all other cases).
        * rip_send_packet: don't send packets with source set to
        ZEBRA_IFA_SECONDARY connected addresses; improved debug messages;
ripd/ChangeLog
ripd/rip_interface.c
ripd/ripd.c
ripd/ripd.h