OpenBSD CVS

CVS log for src/usr.sbin/dvmrpd/report.c


[BACK] Up to [local] / src / usr.sbin / dvmrpd

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.12 / (download) - annotate - [select for diffs], Mon Jun 26 10:08:56 2023 UTC (11 months, 2 weeks ago) by claudio
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, HEAD
Changes since 1.11: +4 -9 lines
Diff to previous 1.11 (colored)

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@

Revision 1.11 / (download) - annotate - [select for diffs], Mon Dec 7 18:59:31 2015 UTC (8 years, 6 months ago) by mmcc
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

strings.h -> string.h to prevent implicit declarations. From Serguey
Parkhomovsky.

Revision 1.10 / (download) - annotate - [select for diffs], Tue May 5 01:26:37 2015 UTC (9 years, 1 month ago) by jsg
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

use the sizeof the struct not the sizeof a pointer to the struct
ok claudio@

Revision 1.9 / (download) - annotate - [select for diffs], Sat Oct 25 03:23:49 2014 UTC (9 years, 7 months ago) by lteo
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.8: +1 -2 lines
Diff to previous 1.8 (colored)

Remove unnecessary netinet/in_systm.h include.

ok millert@

Revision 1.8 / (download) - annotate - [select for diffs], Wed May 26 13:56:07 2010 UTC (14 years ago) by nicm
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.7: +13 -13 lines
Diff to previous 1.7 (colored)

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

Revision 1.7 / (download) - annotate - [select for diffs], Tue Apr 10 09:37:25 2007 UTC (17 years, 2 months ago) by michele
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

spacing

Revision 1.6 / (download) - annotate - [select for diffs], Sun Dec 3 20:14:37 2006 UTC (17 years, 6 months ago) by michele
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.5: +2 -7 lines
Diff to previous 1.5 (colored)

introduce rde_check_route that selects which routes must be accepted and which discarded.
Still not complete, just a step forward.

ok norby@ henning@

Revision 1.5 / (download) - annotate - [select for diffs], Fri Nov 10 11:15:32 2006 UTC (17 years, 7 months ago) by michele
Branch: MAIN
Changes since 1.4: +8 -5 lines
Diff to previous 1.4 (colored)

In report packet parsing, interpret 0.0.0.0/8 as 0.0.0.0/0.

OK norby@ henning@

Revision 1.4 / (download) - annotate - [select for diffs], Fri Nov 10 11:09:56 2006 UTC (17 years, 7 months ago) by michele
Branch: MAIN
Changes since 1.3: +12 -5 lines
Diff to previous 1.3 (colored)

introduce reference count for struct route_report so it can be shared and
freed correctly.

OK norby@ henning@

Revision 1.3 / (download) - annotate - [select for diffs], Sat Jun 17 16:53:33 2006 UTC (17 years, 11 months ago) by norby
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.2: +6 -3 lines
Diff to previous 1.2 (colored)

make dvmrpd(8) behave correctly on sparc64 when generating and parsing
route reports.

help from claudio@

Revision 1.2 / (download) - annotate - [select for diffs], Fri Jun 2 15:43:16 2006 UTC (18 years ago) by norby
Branch: MAIN
Changes since 1.1: +3 -20 lines
Diff to previous 1.1 (colored)

simplify netid_len calculation, inspired by stuff from bgpd.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Jun 1 14:12:20 2006 UTC (18 years ago) by norby
Branch: MAIN

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@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.