Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-17 | make dvmrpd(8) behave correctly on sparc64 when generating and parsing | Esben Norby | |
route reports. help from claudio@ | |||
2006-06-17 | make dvmrpd(8) capable of fetching interfaces correctly on sparc64. | Esben Norby | |
2006-06-02 | allow igmp to work properly on p2p interfaces. | Esben Norby | |
2006-06-02 | simplify netid_len calculation, inspired by stuff from bgpd. | Esben Norby | |
2006-06-01 | More kroute.c cleanup and start using the routing socket to track interface | Claudio Jeker | |
states. | |||
2006-06-01 | small tweaks; | Jason McIntyre | |
2006-06-01 | Remove some unneeded lint goo and use setres[ug]id() instead of the setuid | Claudio Jeker | |
dance. | |||
2006-06-01 | implement adjacent nbr count, needed when we want to decide where to flood | Esben Norby | |
multicast streams. | |||
2006-06-01 | slightly better english | Martin Reindl | |
2006-06-01 | Welcome dvmrpd | Esben Norby | |
started by Esben Norby some time ago by using the imsg/three process framework of ospfd. Right now it is not particularly useful, major parts are still missing but is imported to allow more people to work on it. Status: The IGMP part is mostly complete, allowing clients to join and leave groups. Election the IGMP querier of a network is also functional, only thing missing is some corner cases when going from non-querier to querier. About half of the DVMRP is functional, probes and route reports are functional. Multicast streams can be detected and the MFC can be manipulated. The RIB is not complete but operational. Not yet connected to the builds. OK claudio@ |