]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- need_trigger/idx should be u_int, not ssize_t.
authorume <ume@FreeBSD.org>
Fri, 14 Nov 2003 17:16:50 +0000 (17:16 +0000)
committerume <ume@FreeBSD.org>
Fri, 14 Nov 2003 17:16:50 +0000 (17:16 +0000)
commit6260ac284472c8aa21372d1fa6906101f062ac5e
treea9a98e3d5c333643818310066c3bd8762fd1b92d
parentaa599c4b2add84a1d006f80b28347458b442c0e2
- need_trigger/idx should be u_int, not ssize_t.
- realloc pedant.
- set sin6_scope_id before sending (link-local/multicast) packets
- removed an incorrect comment
- don't age non-gateway host routes.
- not remove global addresses on loopback interface from routing table
  by route aging.

Obtained from: KAME
usr.sbin/route6d/route6d.c