CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/03/20 04:34:12
Modified files:
sys/net : if.c if.h
sys/netinet6 : in6_src.c ip6_mroute.c ip6_output.c
Log message:
Introduce if_get() to retrieve an interface descriptor pointer given
an interface index and replace all the redondant checks and accesses
to a global array by a call to this function.
With imputs from and ok bluhm@, mikeb@
