The NetBSD Project

CVS log for src/sbin/routed/if.c

[BACK] Up to [cvs.netbsd.org] / src / sbin / routed

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.26.16.1 / (download) - annotate - [select for diffs], Sun Nov 21 21:30:20 2010 UTC (18 months ago) by riz
Branch: netbsd-5
CVS Tags: matt-nb5-pq3-base, matt-nb5-pq3
Changes since 1.26: +13 -12 lines
Diff to previous 1.26 (colored) next main 1.27 (colored)

Pull up following revision(s) (requested by martin in ticket #1460):
	sbin/routed/if.c: revision 1.29
Memcpy into local variable to ensure proper alignement.
Fixes PR port-sparc64/43965.

Revision 1.29 / (download) - annotate - [select for diffs], Wed Oct 13 09:19:40 2010 UTC (19 months, 1 week ago) by martin
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, yamt-pagecache, netbsd-6-base, netbsd-6, matt-mips64-premerge-20101231, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2, HEAD
Changes since 1.28: +13 -12 lines
Diff to previous 1.28 (colored)

Memcpy into local variable to ensure proper alignement.
Fixes PR port-sparc64/43965.

Revision 1.26.20.1 / (download) - annotate - [select for diffs], Mon Aug 16 18:43:55 2010 UTC (21 months, 1 week ago) by matt
Branch: matt-nb5-mips64
CVS Tags: matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-k15
Changes since 1.26: +18 -12 lines
Diff to previous 1.26 (colored) next main 1.27 (colored)

Change to new route message sematics

Revision 1.28 / (download) - annotate - [select for diffs], Mon Oct 26 02:53:15 2009 UTC (2 years, 7 months ago) by christos
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.27: +4 -4 lines
Diff to previous 1.27 (colored)

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.

Revision 1.26.10.1 / (download) - annotate - [select for diffs], Sat Jan 17 13:48:53 2009 UTC (3 years, 4 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.26: +5 -4 lines
Diff to previous 1.26 (colored) next main 1.27 (colored)

Sync with HEAD.

Revision 1.27 / (download) - annotate - [select for diffs], Sun Dec 28 20:15:21 2008 UTC (3 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: mjf-devfs2-base, jym-xensuspend-nbase, jym-xensuspend-base, jym-xensuspend
Changes since 1.26: +5 -4 lines
Diff to previous 1.26 (colored)

fix printf formats.

Revision 1.26 / (download) - annotate - [select for diffs], Tue Aug 14 03:39:19 2007 UTC (4 years, 9 months ago) by dyoung
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, netbsd-5-base, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, mjf-devfs-base, mjf-devfs, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20091211, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2, matt-armv6-prevmlocking, matt-armv6-nbase, matt-armv6-base, matt-armv6, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-nbase, hpcarm-cleanup-base, cube-autoconf-base, cube-autoconf
Branch point for: netbsd-5, mjf-devfs2, matt-nb5-mips64
Changes since 1.25: +7 -7 lines
Diff to previous 1.25 (colored)

Don't nul-terminate the interface name in a sockaddr_dl that is
part of an ifa_msghdr returned by sysctl(3), because that could
overwrite the ifam_len field of the following ifa_msgher.  Instead,
copy the interface name out of the sockaddr_dl, and then nul-terminate.
Fixes the bug reported by Frank Kardel on current-users@.  Thanks
Frank for reporting, and for testing the fix.

Revision 1.25 / (download) - annotate - [select for diffs], Fri Mar 17 16:58:09 2006 UTC (6 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4, matt-mips64-base, matt-mips64, hpcarm-cleanup, abandoned-netbsd-4-base, abandoned-netbsd-4
Changes since 1.24: +4 -3 lines
Diff to previous 1.24 (colored)

Coverity CID 2671: Fix use of ifp after free.

Revision 1.24 / (download) - annotate - [select for diffs], Sat Nov 30 04:04:23 2002 UTC (9 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-3-base, netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0, netbsd-3, netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2-0, netbsd-2, fvdl_fs64_base
Changes since 1.23: +6 -7 lines
Diff to previous 1.23 (colored)

sync with routed 2.27

Revision 1.23 / (download) - annotate - [select for diffs], Fri Nov 2 05:30:56 2001 UTC (10 years, 6 months ago) by lukem
Branch: MAIN
CVS Tags: netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, netbsd-1-6
Changes since 1.22: +4 -4 lines
Diff to previous 1.22 (colored)

fix -Wshadow warnings

Revision 1.22 / (download) - annotate - [select for diffs], Sat Mar 10 23:52:45 2001 UTC (11 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.21: +17 -11 lines
Diff to previous 1.21 (colored)

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.

Revision 1.21 / (download) - annotate - [select for diffs], Mon Jan 15 13:19:12 2001 UTC (11 years, 4 months ago) by itojun
Branch: MAIN
Changes since 1.20: +6 -2 lines
Diff to previous 1.20 (colored)

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

Revision 1.19.2.1 / (download) - annotate - [select for diffs], Thu Jun 22 16:05:45 2000 UTC (11 years, 11 months ago) by minoura
Branch: minoura-xpg4dl
Changes since 1.19: +5 -3 lines
Diff to previous 1.19 (colored) next main 1.20 (colored)

Sync w/ netbsd-1-5-base.

Revision 1.20 / (download) - annotate - [select for diffs], Sun Jun 11 23:43:17 2000 UTC (11 years, 11 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-1-5-base, netbsd-1-5-RELEASE, netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2, netbsd-1-5
Changes since 1.19: +3 -1 lines
Diff to previous 1.19 (colored)

Revert 1.18 -> 1.19; causes infinite loops on machines that use ppp and
do active routing.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Mar 2 20:57:42 2000 UTC (12 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: minoura-xpg4dl-base
Branch point for: minoura-xpg4dl
Changes since 1.18: +3 -5 lines
Diff to previous 1.18 (colored)

remove the once hack; vjs says it is not necessary with the monotonic
time kludge. We'll see.

Revision 1.17.6.1 / (download) - annotate - [select for diffs], Mon Dec 27 18:30:32 1999 UTC (12 years, 5 months ago) by wrstuden
Branch: wrstuden-devbsize
Changes since 1.17: +7 -2 lines
Diff to previous 1.17 (colored) next main 1.18 (colored)

Pull up to last week's -current.

Revision 1.18 / (download) - annotate - [select for diffs], Fri Nov 19 10:46:35 1999 UTC (12 years, 6 months ago) by bouyer
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221
Changes since 1.17: +7 -2 lines
Diff to previous 1.17 (colored)

Ignore RTM_OIFINFO messages (send by a COMPAT_14 kernel).

Revision 1.17 / (download) - annotate - [select for diffs], Tue Feb 23 10:47:40 1999 UTC (13 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-1-4-base, netbsd-1-4-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001, netbsd-1-4, comdex-fall-1999-base, comdex-fall-1999
Branch point for: wrstuden-devbsize
Changes since 1.16: +5 -5 lines
Diff to previous 1.16 (colored)

Resolve conflicts.

Revision 1.1.1.7 / (download) - annotate - [select for diffs] (vendor branch), Tue Feb 23 09:56:50 1999 UTC (13 years, 3 months ago) by christos
Branch: WFJ-920714, VJS, SGI, CSRG
CVS Tags: routed-2-16
Changes since 1.1.1.6: +13 -14 lines
Diff to previous 1.1.1.6 (colored)

Latest version of routed(8) from Vernon Schryver <vjs@calcite.rhyolite.com>

Revision 1.16 / (download) - annotate - [select for diffs], Sun Oct 25 14:56:07 1998 UTC (13 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.15: +8 -8 lines
Diff to previous 1.15 (colored)

Update to 980910 from ftp.rhyolite.com

Revision 1.15 / (download) - annotate - [select for diffs], Wed Aug 26 17:50:33 1998 UTC (13 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.14: +5 -4 lines
Diff to previous 1.14 (colored)

Avoid interraction between pppd and routed, by trying to discover new
interfaces every time there is a new route, irrespective of timeout period.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Jun 2 18:02:55 1998 UTC (13 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.13: +104 -62 lines
Diff to previous 1.13 (colored)

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>

Revision 1.1.1.6 / (download) - annotate - [select for diffs] (vendor branch), Tue Jun 2 17:41:24 1998 UTC (13 years, 11 months ago) by thorpej
Branch: WFJ-920714, VJS, SGI, CSRG
CVS Tags: routed-980602
Changes since 1.1.1.5: +103 -61 lines
Diff to previous 1.1.1.5 (colored)

Latest RIPv2/Router Discovery routed, from Vern Schryver <vjs@rhyolite.com>

Revision 1.13 / (download) - annotate - [select for diffs], Mon Sep 15 11:51:54 1997 UTC (14 years, 8 months ago) by lukem
Branch: MAIN
CVS Tags: netbsd-1-3-base, netbsd-1-3-RELEASE, netbsd-1-3-PATCH003-CANDIDATE2, netbsd-1-3-PATCH003-CANDIDATE1, netbsd-1-3-PATCH003-CANDIDATE0, netbsd-1-3-PATCH003, netbsd-1-3-PATCH002, netbsd-1-3-PATCH001, netbsd-1-3-BETA, netbsd-1-3
Changes since 1.12: +4 -4 lines
Diff to previous 1.12 (colored)

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

Revision 1.12 / (download) - annotate - [select for diffs], Mon Sep 15 10:38:12 1997 UTC (14 years, 8 months ago) by lukem
Branch: MAIN
Changes since 1.11: +7 -6 lines
Diff to previous 1.11 (colored)

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

Revision 1.11 / (download) - annotate - [select for diffs], Mon Feb 3 22:02:54 1997 UTC (15 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.10: +412 -208 lines
Diff to previous 1.10 (colored)

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

Revision 1.1.1.5 / (download) - annotate - [select for diffs] (vendor branch), Mon Feb 3 21:06:19 1997 UTC (15 years, 3 months ago) by christos
Branch: WFJ-920714, VJS, SGI, CSRG
CVS Tags: routed-970113
Changes since 1.1.1.4: +411 -207 lines
Diff to previous 1.1.1.4 (colored)

New version from ftp.sgi.com:sgi/src/routed.tar.Z

Revision 1.10 / (download) - annotate - [select for diffs], Tue Sep 24 16:24:13 1996 UTC (15 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.9: +75 -33 lines
Diff to previous 1.9 (colored)

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

Revision 1.1.1.4 / (download) - annotate - [select for diffs] (vendor branch), Tue Sep 24 15:11:34 1996 UTC (15 years, 8 months ago) by christos
Branch: WFJ-920714, VJS, SGI, CSRG
CVS Tags: routed-960911
Changes since 1.1.1.3: +76 -31 lines
Diff to previous 1.1.1.3 (colored)

Latest version of routed(8) from Vernon Schryver <vjs@sgi.com>

Revision 1.9 / (download) - annotate - [select for diffs], Sat Aug 10 01:29:12 1996 UTC (15 years, 9 months ago) by thorpej
Branch: MAIN
Changes since 1.8: +1037 -79 lines
Diff to previous 1.8 (colored)

- 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.

Revision 1.1.1.3 / (download) - annotate - [select for diffs] (vendor branch), Sat Aug 10 01:07:50 1996 UTC (15 years, 9 months ago) by thorpej
Branch: WFJ-920714, VJS, SGI, CSRG
CVS Tags: routed-960622
Changes since 1.1.1.2: +1037 -77 lines
Diff to previous 1.1.1.2 (colored)

A leaner, meaner routed(8), implementing RIPv1, RIPv2, and ICMP Router
Discovery, courtesy of Vernon Schryver <vjs@sgi.com>.  Thanks!

Revision 1.8 / (download) - annotate - [select for diffs], Tue Jun 20 22:27:21 1995 UTC (16 years, 11 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-1-2-base, netbsd-1-2-RELEASE, netbsd-1-2-PATCH001, netbsd-1-2-BETA, netbsd-1-2, netbsd-1-1-base, netbsd-1-1-RELEASE, netbsd-1-1-PATCH001, netbsd-1-1
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 (colored)

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

Revision 1.7 / (download) - annotate - [select for diffs], Sat Mar 18 15:00:28 1995 UTC (17 years, 2 months ago) by cgd
Branch: MAIN
Changes since 1.6: +7 -2 lines
Diff to previous 1.6 (colored)

convert to new RCS Id conventions; reduce my headache

Revision 1.6 / (download) - annotate - [select for diffs], Fri Sep 23 23:49:23 1994 UTC (17 years, 8 months ago) by mycroft
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Remove some more uses of obsolete functions.

Revision 1.1.1.2 / (download) - annotate - [select for diffs] (vendor branch), Tue Jun 14 00:03:25 1994 UTC (17 years, 11 months ago) by mycroft
Branch: WFJ-920714, VJS, SGI, CSRG
CVS Tags: lite-1
Changes since 1.1.1.1: +3 -3 lines
Diff to previous 1.1.1.1 (colored)

Import 4.4-Lite version.

Revision 1.5 / (download) - annotate - [select for diffs], Fri May 13 08:04:35 1994 UTC (18 years ago) by mycroft
Branch: MAIN
CVS Tags: netbsd-1-0-base, netbsd-1-0-RELEASE, netbsd-1-0-PATCH1, netbsd-1-0-PATCH06, netbsd-1-0-PATCH05, netbsd-1-0-PATCH04, netbsd-1-0-PATCH03, netbsd-1-0-PATCH02, netbsd-1-0-PATCH0, netbsd-1-0
Changes since 1.4: +4 -4 lines
Diff to previous 1.4 (colored)

Clean up import.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Aug 1 18:24:30 1993 UTC (18 years, 9 months ago) by mycroft
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Add RCS identifiers.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Mar 23 00:30:21 1993 UTC (19 years, 2 months ago) by cgd
Branch: MAIN
CVS Tags: netbsd-alpha-1, netbsd-0-9-base, netbsd-0-9-RELEASE, netbsd-0-9-BETA, netbsd-0-9-ALPHA2, netbsd-0-9-ALPHA, netbsd-0-9, netbsd-0-8
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored)

changed "Id" to "Header" for rcsids

Revision 1.2 / (download) - annotate - [select for diffs], Mon Mar 22 08:04:00 1993 UTC (19 years, 2 months ago) by cgd
Branch: MAIN
Changes since 1.1: +1 -0 lines
Diff to previous 1.1 (colored)

added rcs ids to all files

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Mar 21 09:45:37 1993 UTC (19 years, 2 months ago) by cgd
Branch: WFJ-920714, VJS, SGI, CSRG
CVS Tags: patchkit-0-2-2, WFJ-386bsd-01
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of 386bsd-0.1 sources

Revision 1.1 / (download) - annotate - [select for diffs], Sun Mar 21 09:45:37 1993 UTC (19 years, 2 months ago) by cgd
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.




CVSweb <webmaster@jp.NetBSD.org>