]> git.puffer.fish Git - matthieu/frr.git/commit
2003-10-15 sowmini.varadhan@sun.com
authorpaul <paul>
Wed, 15 Oct 2003 23:20:17 +0000 (23:20 +0000)
committerpaul <paul>
Wed, 15 Oct 2003 23:20:17 +0000 (23:20 +0000)
commitcc1131ab011afc4f06c1a967e9c0cbd77cc88d58
tree90576741b3bc9d3c0ddc5e2e7b3dcf984bf999c0
parentbf547fed75d002da8eedbd190a1b2db8804b767e
2003-10-15 sowmini.varadhan@sun.com

        * ripd/ripd.c: (rip_send_packet) use rip->sock for mcast sends,
          instead of creating one socket per send. send source addr to
          rip_update_interface.
          (rip_update_process) should send an update on every connected
          network for each interface.
          (rip_request_send) should send a request on every connected
          network for each interface.
        * ripd/ripd.h: update prototype for rip_interface_multicast_set
        * ripd/rip_interface.c: (rip_interface_multicast_set) reorganized
          so that it can be called repeatedly for aliased interfaces (on
          multiple networks).
ripd/rip_interface.c
ripd/ripd.c
ripd/ripd.h