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)
Fri, Dec 27, 6:24 PM
Unknown Object (File)
Mon, Dec 23, 7:24 AM
Unknown Object (File)
Mon, Dec 16, 6:18 PM
Unknown Object (File)
Dec 8 2024, 5:08 PM
Unknown Object (File)
Nov 3 2024, 2:17 AM
Unknown Object (File)
Oct 5 2024, 3:42 PM
Unknown Object (File)
Oct 5 2024, 12:53 PM
Unknown Object (File)
Oct 2 2024, 7:12 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