Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bpf comments for 2.4.30 #80

Merged
merged 2 commits into from
Nov 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion bpf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,23 @@ For example:

| Please note that :ref:`stenographer` should correctly record traffic on a VLAN but won't log the actual VLAN tags due to the way that :ref:`af-packet` works:
| https://github.com/google/stenographer/issues/211


Adding Comments
~~~~~~~~~~~~~~~

As of version 2.4.30, comments can be added to the filters via the SOC UI.

For example:

::

| # labeast
| not host 192.168.1.2 and not host 192.168.1.3 &&
| # labwest
| not host 192.168.1.4 or not host 192.168.1.5 &&
| # labcentral
| not host 192.168.1.6 or not host 192.168.1.27

Troubleshooting BPF using tcpdump
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
Loading