fix an assert in veb_p_ioctl() that failed when called by a span port.
authordlg <dlg@openbsd.org>
Tue, 2 Mar 2021 23:40:06 +0000 (23:40 +0000)
committerdlg <dlg@openbsd.org>
Tue, 2 Mar 2021 23:40:06 +0000 (23:40 +0000)
commit679bfaf0cd195898f6bf5c874734dc9bc1cb6119
treeefa81e93079e2cd819159c8702172ae200052c3a
parent8665dd6d59e7454d097b31bbe917b28105dec7ef
fix an assert in veb_p_ioctl() that failed when called by a span port.

veb_p_ioctl() is used by both veb bridge and veb span ports, but
it had an assert to check that it was being called by a veb bridge
port. this extends the check so using it on a span port doesnt cause
a panic.

found by dave voutila
sys/net/if_veb.c