Skip to content

Commit

Permalink
Implement Counter operation (parsing, interpretation, evaluation, tes…
Browse files Browse the repository at this point in the history
…ts).

Counter operation is thread-safe.

PiperOrigin-RevId: 667940829
  • Loading branch information
Jayden Nyamiaka authored and gvisor-bot committed Aug 27, 2024
1 parent 218f52a commit 032ac20
Show file tree
Hide file tree
Showing 5 changed files with 3,315 additions and 226 deletions.
4 changes: 4 additions & 0 deletions pkg/tcpip/nftables/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ go_library(
],
deps = [
"//pkg/abi/linux",
"//pkg/tcpip/checksum",
"//pkg/tcpip/header",
"//pkg/tcpip/stack",
],
)
Expand All @@ -27,6 +29,8 @@ go_test(
deps = [
"//pkg/abi/linux",
"//pkg/buffer",
"//pkg/tcpip",
"//pkg/tcpip/header",
"//pkg/tcpip/stack",
],
)
Loading

0 comments on commit 032ac20

Please sign in to comment.