[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.29 and 1.30

version 1.29, 2000/11/11 00:52:39 version 1.30, 2000/12/14 17:36:45
Line 340  ip6_input(m)
Line 340  ip6_input(m)
         }          }
 #endif  #endif
   
   #ifdef ALTQ
           /* XXX Temporary until ALTQ is changed to use a pfil hook */
           if (altq_input != NULL && (*altq_input)(m, AF_INET6) == 0) {
                   /* packet is dropped by traffic conditioner */
                   return;
           }
   #endif
   
         /*          /*
          * Scope check           * Scope check
          */           */

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

CVSweb <webmaster@jp.NetBSD.org>