CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2019/01/26 21:21:00

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

Log message:
change how packets are pushed into mpe(4).

mpe(4) adds itself ot the mpls rtable with RTF_LOCAL set, which
pushes the packet through mpe_output, which sees RTF_LOCAL can calls
mpe_input. this follows what mpw(4) does, and removes a special
case in mpls_input.

Reply via email to