OpenBSD cvs log

created 2018-11-29T13:59:56Z
begin 2018-04-19T00:00:00Z
end 2018-04-20T00:00:00Z
path src/sys
commits 1

date 2018-04-19T22:31:25Z
author dlg
files src/sys/net/if_bridge.c log diff annotate
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@