cvs commit: src/sys/net route.c route.h src/sys/netinet if_ether.c if_ether.h

Kip Macy kmacy at FreeBSD.org
Sun Dec 16 23:40:35 PST 2007


kmacy       2007-12-17 07:40:34 UTC

  FreeBSD src repository

  Modified files:
    sys/net              route.h route.c 
    sys/netinet          if_ether.c if_ether.h 
  Log:
  widen the routing event interface (arp update, redirect, and eventually pmtu change)
  into separate functions
  
  revert previous commit's changes to arpresolve and add a new interface
  arpresolve2 which does arp resolution without an mbuf
  
  Revision  Changes    Path
  1.124     +2 -2      src/sys/net/route.c
  1.67      +4 -5      src/sys/net/route.h
  1.169     +121 -16   src/sys/netinet/if_ether.c
  1.33      +2 -0      src/sys/netinet/if_ether.h


More information about the cvs-src mailing list