Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@dhivya1478 dhivya1478 released this 10 Jan 12:45
· 41 commits to main since this release
a65e12f

Release Notes

Second major release of l3afd since open source v1.0.0! All eBPF programs in the L3AF package repository should work on Linux (kernel 5.15 or newer) with the ability to order and chain programs.

Release Highlights

  • Improve eBPF program loading and chaining
  • Modify existing eBPF programs for l3afd v2.0.0 native go chaining
  • Remove hard coding of map paths in eBPF programs
  • Chaining with multiple network interfaces
  • Metric to monitor ebpf_program version running on the node
  • Open Source Traffic Mirroring program
  • CI/CD Improvements (End-to-End Testing, Upload Artifacts)

Helpful Documentation

What's Changed

Breaking Changes 💥

New Features 🎉

  • Update data model to improve chaining enhancements by @sanfern in #199

Bug Fixes 🐛

  • update delete ebpf program in tc egress chain by @sanfern in #216

Other Changes

New Contributors

Full Changelog: v1.0.0...v2.0.0