History log of /netbsd/sbin/routed/output.c (Results 1 – 25 of 25)
Revision Date Author Comments
# cad376bd 26-Oct-2009 christos <christos@NetBSD.org>

merge 2.32 which is actually 2.31. Most important change is:
- use multicast over point-to-point (GRE) links as proposed by Dan Lukes.


# aa1540d7 21-Mar-2006 christos <christos@NetBSD.org>

Coverity CID 2742: Avoid NULL deref.


# 5ac5bc84 18-Mar-2006 christos <christos@NetBSD.org>

Coverity CID 1079: Possible NULL deref.


# f93fe60a 30-Nov-2002 christos <christos@NetBSD.org>

sync with routed 2.27


# cbbd79f7 02-Nov-2001 lukem <lukem@NetBSD.org>

fix -Wshadow warnings


# 4fea751d 10-Mar-2001 christos <christos@NetBSD.org>

sync with version 2.24. Vernon says:
The most significant [fix] involves so called "remote" interfaces
configured in the kludge file to with what appear to be colliding
networks. Edward Mascarenhas

sync with version 2.24. Vernon says:
The most significant [fix] involves so called "remote" interfaces
configured in the kludge file to with what appear to be colliding
networks. Edward Mascarenhas <eddiem@vihar.engr.sgi.com> found
the problem and the fix, and I think has tested it in the SGI
network.

show more ...


# 7846de58 15-Jan-2001 itojun <itojun@NetBSD.org>

specify interface by using interface index (set/getsockopt with 0.0.0.0/8).


# 9b5aaf80 20-Jul-2000 thorpej <thorpej@NetBSD.org>

In walk_supply(), test for IS_PASSIVE in ifp->int_state, not
ifp->int_if_flags (IFF_* bits).


# 756b1291 23-Feb-1999 christos <christos@NetBSD.org>

Resolve conflicts.


# 94b2d428 25-Oct-1998 christos <christos@NetBSD.org>

Update to 980910 from ftp.rhyolite.com


# 6d8ef4df 02-Jun-1998 thorpej <thorpej@NetBSD.org>

Merge the 980602 RIPv2/Router Discovery routed. Fixes floods of host routes
generated when one of the interfaces on the network does not support
broadcast (e.g. HIPPI or ATM).

From Vern Schryver <v

Merge the 980602 RIPv2/Router Discovery routed. Fixes floods of host routes
generated when one of the interfaces on the network does not support
broadcast (e.g. HIPPI or ATM).

From Vern Schryver <vjs@rhyolite.com>

show more ...


# 13992bec 15-Sep-1997 lukem <lukem@NetBSD.org>

use memmove, memcmp, memset instead of bcopy, bcmp, bzero


# 3f50343a 15-Sep-1997 lukem <lukem@NetBSD.org>

* cleanup for WARNS=1
* deprecate register
* bcmp, bcopy, bzero, rindex -> memcmp, memmove, memset, strrchr
* correct use of .Nm


# e7512e5a 03-Feb-1997 christos <christos@NetBSD.org>

- resolve conflicts.
- remove md5 stuff; it is in libc.
- define MCAST_PPP_BUG, until we fix if_ppp.c


# 4d3fba59 24-Sep-1996 christos <christos@NetBSD.org>

- resolve conflicts
- try to follow rcsid style more closely
- fix rn_walktree callback routine signatures.


# fc1a5246 10-Aug-1996 thorpej <thorpej@NetBSD.org>

- Finished up merge.

- Add some prototypes and definitions for types as necessary,
wrapped in __NetBSD__ to maintain portability.

- Explicit size types in structures that go out the wire.

- RCS

- Finished up merge.

- Add some prototypes and definitions for types as necessary,
wrapped in __NetBSD__ to maintain portability.

- Explicit size types in structures that go out the wire.

- RCS id police.

show more ...


# 4841cf29 20-Jun-1995 christos <christos@NetBSD.org>

- Support rip version 2.
- Add ansi prototypes.
- Be less internet centric.
- Convert queues to use <sys/queue.h> so we don't need -lcompat


# 0114e805 18-Mar-1995 cgd <cgd@NetBSD.org>

convert to new RCS Id conventions; reduce my headache


# e072e2ae 18-Dec-1994 cgd <cgd@NetBSD.org>

some -Wall changes, from Jim Jegers, improved (in some cases) by me.
still needs a bit of work, but closer.


# ea7b5d4e 23-Sep-1994 mycroft <mycroft@NetBSD.org>

Eliminate uses of some obsolete functions.


# 4c8599d3 13-May-1994 mycroft <mycroft@NetBSD.org>

Clean up import.


# e9d867ef 01-Aug-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers.


# 06be6008 23-Mar-1993 cgd <cgd@NetBSD.org>

changed "Id" to "Header" for rcsids


# 346aa5dd 22-Mar-1993 cgd <cgd@NetBSD.org>

added rcs ids to all files


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources