summaryrefslogtreecommitdiff
path: root/usr.sbin/dvmrpd
AgeCommit message (Collapse)Author
2007-02-28double word: a aDavid Krause
2007-01-29Introduce new checks against the received metric to update or delete the route.Michele Marchetto
OK norby@
2007-01-24Ignore SIGPIPE in the parent and RDE as well.Esben Norby
ok claudio@
2007-01-23Typo in fatal() message found by dunceor @ gmail dot comClaudio Jeker
2007-01-08how did you use one with an old license??Theo de Raadt
2006-12-03introduce rde_check_route that selects which routes must be accepted and ↵Michele Marchetto
which discarded. Still not complete, just a step forward. ok norby@ henning@
2006-11-28add additional link states to report the half duplex / full duplexReyk Floeter
state, if known by the driver. this is required to check the full duplex state without depending on the ifmedia ioctl which can't be called in the kernel without process context. ok henning@, brad@
2006-11-26repair missing DPADD requestsTheo de Raadt
2006-11-10In report packet parsing, interpret 0.0.0.0/8 as 0.0.0.0/0.Michele Marchetto
OK norby@ henning@
2006-11-10introduce reference count for struct route_report so it can be shared andMichele Marchetto
freed correctly. OK norby@ henning@
2006-10-25strtonum, Pierre-Yves Ritschard <pyr@spootnik.org>Henning Brauer
2006-10-25remove unused debug crap, that years ago accidently hit the tree withHenning Brauer
bgpd (2004 :)), and spread ;(
2006-09-26Simplify and make ISO chksum work on big endian machines.Esben Norby
Found by me and corrected by claudio@ during the r2k6. ok claudio@
2006-08-31knock out the cpp/,4 stuff here too; from henning (thanks)Jason McIntyre
2006-06-17make dvmrpd(8) behave correctly on sparc64 when generating and parsingEsben Norby
route reports. help from claudio@
2006-06-17make dvmrpd(8) capable of fetching interfaces correctly on sparc64.Esben Norby
2006-06-02allow igmp to work properly on p2p interfaces.Esben Norby
2006-06-02simplify netid_len calculation, inspired by stuff from bgpd.Esben Norby
2006-06-01More kroute.c cleanup and start using the routing socket to track interfaceClaudio Jeker
states.
2006-06-01small tweaks;Jason McIntyre
2006-06-01Remove some unneeded lint goo and use setres[ug]id() instead of the setuidClaudio Jeker
dance.
2006-06-01implement adjacent nbr count, needed when we want to decide where to floodEsben Norby
multicast streams.
2006-06-01slightly better englishMartin Reindl
2006-06-01Welcome dvmrpdEsben 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@