CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2010/05/31 05:46:02

Modified files:
        sys/netmpls    : mpls_input.c 
        sys/net        : if_mpe.c 

Log message:
Do not use IF_ENQUEUE() but IF_INPUT_ENQUEUE() instead. The first makro
does no overflow checking and does not set the congestion flag. Protocol
input queues (inet, inet6, ...) should always use IF_INPUT_ENQUEUE().
OK henning@

Reply via email to