bpf: add missing IFT_BRIDGE in the write method

Fixes:	8774a990ee
This commit is contained in:
Gleb Smirnoff
2025-12-19 11:23:17 -08:00
parent 4100bd6caa
commit fe53a8a82c
+1
View File
@@ -89,6 +89,7 @@ bpf_ifnet_write(void *arg, struct mbuf *m, struct mbuf *mc, int flags)
/* DLT_EN10MB */
case IFT_ETHER: /* if_ethersubr.c */
case IFT_L2VLAN: /* vlan(4) */
case IFT_BRIDGE: /* if_bridge(4) */
case IFT_IEEE8023ADLAG: /* lagg(4) */
case IFT_INFINIBAND: /* if_infiniband.c */
{