CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2018/04/19 16:31:26

Modified files:
        sys/net        : if_bridge.c 

Log message:
when adding span ports, restrict them to ether and mplstunnel interfaces.

this is the same check that's done when adding normal members to
the bridge. it prevents things like gif(4) being added to the bridge,
which in turn prevents panics when shoving ethernet packets down a
layer 3 interface.

reported and tested by jasper@

Reply via email to