Skip to content

Commit

Permalink
[bpf/nodefw] mvp/poc for a stateless fw (MystenLabs#15922)
Browse files Browse the repository at this point in the history
## Description 
an mvp of an xdp based bpf firewall

## Test Plan 
local.  currently targeted to environments that can support xdp

`RUST_LOG=info cargo bpf run`

---
If your changes are not user-facing and do not break anything, you can
skip the following section. Otherwise, please briefly describe what has
changed under the Release Notes section.

### Type of Change (Check all that apply)

- [ ] protocol change
- [ ] user-visible impact
- [ ] breaking change for a client SDKs
- [ ] breaking change for FNs (FN binary must upgrade)
- [ ] breaking change for validators or node operators (must upgrade
binaries)
- [ ] breaking change for on-chain data layout
- [ ] necessitate either a data wipe or data migration

### Release notes
  • Loading branch information
suiwombat authored Feb 2, 2024
1 parent 6e20ac4 commit 7bef55a
Show file tree
Hide file tree
Showing 20 changed files with 1,803 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nre/bpf/nodefw/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[alias]
bpf = "run --package xtask --"
Loading

0 comments on commit 7bef55a

Please sign in to comment.