1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 16:42:56 -08:00
Commit Graph

9 Commits

Author SHA1 Message Date
florian
2471dd62a7 Mechanically change inet_aton to inet_pton.
OK claudio
2024-08-21 09:18:47 +00:00
claudio
35f7e862b3 Update and refactor dvrmpd to use the new ibu API.
Do the checksum calculation in send_packet() instead of doing it all over
the place. This way the fixup only happens in one place.
OK tb@
2023-06-26 10:08:56 +00:00
claudio
2d4baefbc5 Like ospfd allocate the recv buffer with malloc() on first call.
This code assumes some alignment of the buffer which may not be
the case with bss memory.
2021-01-19 16:02:56 +00:00
claudio
e8127df6f4 Another pkt_ptr cleanup. There is actually no need to make the pkt
a static memory region. Just use the stack.
2021-01-19 11:46:10 +00:00
mmcc
b206500ff7 Replace bzero with memset, and change a strings.h include to string.h to
get the declaration. From Serguey Parkhomovsky. No objects from
deraadt@.
2015-12-07 19:14:49 +00:00
mmcc
b53a50543c strings.h -> string.h to prevent implicit declarations. From Serguey
Parkhomovsky.
2015-12-07 18:59:31 +00:00
lteo
1543e3f792 Remove unnecessary netinet/in_systm.h include.
ok millert@
2014-10-25 03:23:49 +00:00
nicm
e39620e567 Rename some imsg bits to make namespace collisions less likely buf to
ibuf, buf_read to ibuf_read, READ_BUF_SIZE to IBUF_READ_SIZE.

ok henning gilles claudio jacekm deraadt
2010-05-26 13:56:07 +00:00
norby
978e5cff46 Welcome dvmrpd
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@
2006-06-01 14:12:20 +00:00