OpenBSD CVS

CVS log for src/sbin/routed/Attic/table.c


[BACK] Up to [local] / src / sbin / routed

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.21, Wed May 7 11:55:21 2008 UTC (16 years, 1 month ago) by claudio
Branch: MAIN
CVS Tags: HEAD
Changes since 1.20: +1 -1 lines
FILE REMOVED

RIP routed.

You were a nice thing in the 4.2BSD times but now it is time for you to go.
Superseded by the shiny privseped ripd that does not have the evil habit to
use kernel internals in userland.

OK everybody in the onsen 'cause it unbreaks the tree

Revision 1.20 / (download) - annotate - [select for diffs], Thu Nov 16 16:00:48 2006 UTC (17 years, 6 months ago) by henning
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.19: +5 -1 lines
Diff to previous 1.19 (colored)

only look at routing table 0 (main one)

Revision 1.19 / (download) - annotate - [select for diffs], Fri Jun 16 13:50:56 2006 UTC (17 years, 11 months ago) by claudio
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.18: +2 -10 lines
Diff to previous 1.18 (colored)

Don't use rmx_hopcount any longer. The kernel ignores it anyway.
OK henning@, norby@, hshoexer@

Revision 1.18 / (download) - annotate - [select for diffs], Tue Apr 12 15:26:47 2005 UTC (19 years, 2 months ago) by cloder
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

A little bit of cleanup (missing format string arguments, some signed/
unsigned conversion). OK henning

Revision 1.17 / (download) - annotate - [select for diffs], Tue Mar 22 12:34:13 2005 UTC (19 years, 2 months ago) by henning
Branch: MAIN
Changes since 1.16: +3 -3 lines
Diff to previous 1.16 (colored)

don't step on ospfd routes, claudio yayayaya

Revision 1.16 / (download) - annotate - [select for diffs], Wed Sep 8 16:18:12 2004 UTC (19 years, 9 months ago) by henning
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.15: +5 -1 lines
Diff to previous 1.15 (colored)

routed assumes it alone controls the routing table and tinkers with
routes it is not supposed to touch trying to aggregate them, which
has unwanted effects when other routing daemons (bgpd) are running.
note that bgpd behaves and only touches its own routes.
workaround by ignoring routes with RTF_PROTO1 set, which bgpd sets for its
routes.
from a discussion with Arvid Grotting <arvidg@netfonds.no>, who tested
a diff of same functionality (basically only formatting and comment
different).
ok deraadt

Revision 1.15 / (download) - annotate - [select for diffs], Sun Apr 25 15:50:35 2004 UTC (20 years, 1 month ago) by markus
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

unbreak tree

Revision 1.14 / (download) - annotate - [select for diffs], Tue Jun 10 16:41:29 2003 UTC (21 years ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

boring cleanups

Revision 1.13 / (download) - annotate - [select for diffs], Mon Jun 2 20:06:17 2003 UTC (21 years ago) by millert
Branch: MAIN
Changes since 1.12: +2 -6 lines
Diff to previous 1.12 (colored)

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.  Proofed by myself and Theo.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Apr 21 02:06:52 2003 UTC (21 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.11: +21 -12 lines
Diff to previous 1.11 (colored)

a few string cleanups; ok dhartmei

Revision 1.11 / (download) - annotate - [select for diffs], Thu Apr 17 07:39:24 2003 UTC (21 years, 1 month ago) by pvalchev
Branch: MAIN
Changes since 1.10: +10 -6 lines
Diff to previous 1.10 (colored)

use asprintf; fix (remove) some incorrectly sized buffers in the process
help & ok millert, miod, deraadt, tedu

Revision 1.10 / (download) - annotate - [select for diffs], Thu Mar 13 09:09:27 2003 UTC (21 years, 3 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.9: +3 -2 lines
Diff to previous 1.9 (colored)

lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu

Revision 1.9 / (download) - annotate - [select for diffs], Thu Mar 13 06:10:49 2003 UTC (21 years, 3 months ago) by deraadt
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (colored)

zap two sprintf, more to go

Revision 1.8 / (download) - annotate - [select for diffs], Sun May 26 09:24:35 2002 UTC (22 years ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

pid_t cleanup

Revision 1.7 / (download) - annotate - [select for diffs], Thu Mar 14 16:44:24 2002 UTC (22 years, 3 months ago) by mpech
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

kill more registers.

millert@ ok

Revision 1.6 / (download) - annotate - [select for diffs], Sat Jul 7 18:26:20 2001 UTC (22 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

major -Wall cleanup, almost complete

Revision 1.5 / (download) - annotate - [select for diffs], Wed Jul 30 23:28:45 1997 UTC (26 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4, OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.4: +135 -186 lines
Diff to previous 1.4 (colored)

new routed DOES NOT EVEN COMPILE LET ALONE WORK.  TEST YOUR WORK!
Also, put back the damn security check in input.c that has been deleted
TWO SEPERATE TIMES NOW!  I CURSE anyone who deletes that check again.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Jul 30 22:24:46 1997 UTC (26 years, 10 months ago) by mickey
Branch: MAIN
Changes since 1.3: +185 -134 lines
Diff to previous 1.3 (colored)

update to sgi-02apr97
still have problems w/ defaults from pppd

Revision 1.3 / (download) - annotate - [select for diffs], Wed Oct 2 06:51:47 1996 UTC (27 years, 8 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1, OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.2: +2 -6 lines
Diff to previous 1.2 (colored)

update to the latest version from Sep 12.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Sep 22 20:48:12 1996 UTC (27 years, 8 months ago) by millert
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1 (colored)

Fix OpenBSD tags

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Sep 5 13:58:58 1996 UTC (27 years, 9 months ago) by mickey
Branch: SGI082896
CVS Tags: mickey
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

new routed from SGI.
rip1, rip2, icmp, rdisc.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Sep 5 13:58:58 1996 UTC (27 years, 9 months ago) by mickey
Branch: MAIN

Initial revision

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.