[BACK]Return to ip6_input.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / netinet6

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/netinet6/ip6_input.c between version 1.8.2.3 and 1.30

version 1.8.2.3, 2001/01/05 17:36:56 version 1.30, 2000/12/14 17:36:45
Line 188  ip6_init()
Line 188  ip6_init()
   
 #ifdef PFIL_HOOKS  #ifdef PFIL_HOOKS
         /* Register our Packet Filter hook. */          /* Register our Packet Filter hook. */
         inet6_pfil_hook.ph_type = PFIL_TYPE_AF;          inet6_pfil_hook.ph_key = (void *)(u_long) AF_INET6;
         inet6_pfil_hook.ph_af   = AF_INET6;          inet6_pfil_hook.ph_dlt = DLT_RAW;
         i = pfil_head_register(&inet6_pfil_hook);          i = pfil_head_register(&inet6_pfil_hook);
         if (i != 0)          if (i != 0)
                 printf("ip6_init: WARNING: unable to register pfil hook, "                  printf("ip6_init: WARNING: unable to register pfil hook, "

Legend:
Removed from v.1.8.2.3  
changed lines
  Added in v.1.30

CVSweb <webmaster@jp.NetBSD.org>