CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2019/01/26 18:39:05

Modified files:
        sys/netmpls    : mpls_input.c 

Log message:
forgot to commit the tweaks to mpls_input when mpw became an ethernet iface

the input mechanism for mpw is now that it inserts a tag into the
mpls table with RTF_LOCAL set. mpls_input falls through to calling
the interface output routine (mpw_output in this case) which looks
for that RTF_LOCAL and then calls mpw_input against that mbuf.

ok claudio@ who is keep to apply this semantic to mpe

Reply via email to