CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2015/06/23 03:42:23

Modified files:
        sys/net        : if.c if_bridge.c if_bridge.h if_ethersubr.c 
                         if_vlan.c 
        sys/netinet    : ip_ether.c 

Log message:
Adapt bridge(4) to the new if_input() framework.

Move bridge_input() outside of ether_input() in order to duplicate packets
flowing through a bridge port before applying any transformation on mbufs.

This saves a various m_adj(9)/M_PREPEND(9) dances and remove the bridge(4)
hack from vlan(4).

Tested by mxb <mxb AT alumni DOT chalmers DOT se> and kettenis@

ok bluhm@

Reply via email to