Page MenuHomeFreeBSD

if_bridge(4): Complete bpf auditing of local traffic over the bridge
ClosedPublic

Authored by kevans on Mar 29 2019, 7:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 9 2024, 10:24 PM
Unknown Object (File)
Dec 26 2023, 3:06 PM
Unknown Object (File)
Dec 20 2023, 6:21 AM
Unknown Object (File)
Dec 12 2023, 4:12 AM
Unknown Object (File)
Dec 2 2023, 6:55 AM
Unknown Object (File)
Oct 27 2023, 8:53 AM
Unknown Object (File)
Oct 7 2023, 2:08 AM
Unknown Object (File)
Sep 1 2023, 9:13 PM
Subscribers

Details

Summary

There were two remaining "gaps" in auditing local bridge traffic with bpf(4):

Locally originated outbound traffic from a member interface is invisible to the bridge's bpf(4) interface. Inbound traffic locally destined to a member interface is invisible to the member's bpf(4) interface.

I call these "gaps" because they don't affect conventional bridge setups. Alas, being able to establish an audit trail of all locally destined traffic for setups that can function like this is surely not a bad thing.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable