troglobit / mrouted

The original DVMRP (dynamic multicast routing) implementation for UNIX
https://troglobit.com/projects/mrouted/
Other
83 stars 17 forks source link

DVMRP report missing subnet #15

Closed matthew-l-weber closed 9 years ago

matthew-l-weber commented 9 years ago

A subnet is missing in the DVMRP report sent to it's neighbor after the initial probe occurs. The issue was with the traversal of a double linked list from end to start. Once the traversing pointer reaches the start of routing table for loop (condition) it would break and always drop the first subnet.

Signed-off-by: Matthew Weber matthew.weber@rockwellcollins.com

troglobit commented 9 years ago

Awesome, will merge first thing tomorrow! :)

troglobit commented 9 years ago

Merged, thanks a lot mate! :smiley: