cvs commit: src/sys/net if_ethersubr.c if_var.h route.h
 src/sys/netinet if_ether.c if_ether.h
    Luigi Rizzo 
    luigi at FreeBSD.org
       
    Sat Apr  3 22:14:56 PST 2004
    
    
  
luigi       2004/04/03 22:14:55 PST
  FreeBSD src repository
  Modified files:
    sys/net              if_ethersubr.c if_var.h route.h 
    sys/netinet          if_ether.c if_ether.h 
  Log:
  + arpresolve(): remove an unused argument
  + struct ifnet: remove unused fields, move ipv6-related field close
    to each other, add a pointer to l3<->l2 translation tables (arp,nd6,
    etc.) for future use.
  
  + struct route: remove an unused field, move close to each
    other some fields that might likely go away in the future
  
  Revision  Changes    Path
  1.164     +1 -1      src/sys/net/if_ethersubr.c
  1.66      +5 -19     src/sys/net/if_var.h
  1.55      +2 -5      src/sys/net/route.h
  1.121     +2 -7      src/sys/netinet/if_ether.c
  1.29      +2 -2      src/sys/netinet/if_ether.h
    
    
More information about the cvs-all
mailing list