cvs commit: src/usr.sbin/route6d route6d.c

Hajimu UMEMOTO ume at FreeBSD.org
Fri Nov 14 09:16:51 PST 2003


ume         2003/11/14 09:16:50 PST

  FreeBSD src repository

  Modified files:
    usr.sbin/route6d     route6d.c 
  Log:
  - 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
  
  Revision  Changes    Path
  1.34      +34 -30    src/usr.sbin/route6d/route6d.c


More information about the cvs-all mailing list