Skip to content

v2.1.0

Latest
Compare
Choose a tag to compare
@dhivya1478 dhivya1478 released this 09 Oct 17:25
· 16 commits to main since this release
c231aa5

Release Notes

Third release of l3afd since open source! 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

  • Implement graceful restart functionality for l3afd.
  • Configure l3afd to operate within a container for cloud-native environments.
  • Include BPF CO-RE in the eBPF Package Repository to enhance eBPF compatibility on Linux.
  • Add support for kprobes and tracepoints.

Helpful Documentation

What's Changed

Breaking Changes 💥

New Features 🎉

  • Adding support for deploying programs for interfaces created on the fly by @jaysheth2 in #364
  • Enhance existing eBPF programs by incorporating tracepoint support by @sanfern in #369
  • Adding support for loading TC eBPF programs on existing ingress and HTB qdisc by @jaysheth2 in #359
  • Running L3AFD in a Docker container by @aka320 in #395
  • Enable support for kprobe ebpf program by @sanfern in #420
  • Graceful restart for l3afd by @Atul-source in #432

Bug Fixes 🐛

  • ProgId not getting updated while userprogram loaded by @Atul-source in #321
  • Update eBPF config cache for a removed interface and the l3af-config-store file by @jaysheth2 in #374

Other Changes

New Contributors

Full Changelog: v2.0.0...v2.1.0