[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.32 and 1.33

version 1.32, 2000/12/25 02:00:48 version 1.33, 2000/12/28 21:41:00
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_key = (void *)(u_long) AF_INET6;          inet6_pfil_hook.ph_type = PFIL_TYPE_AF;
         inet6_pfil_hook.ph_dlt = DLT_RAW;          inet6_pfil_hook.ph_af   = AF_INET6;
         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.32  
changed lines
  Added in v.1.33

CVSweb <webmaster@jp.NetBSD.org>