You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/test/integration-ebpf
Michal Rostecki a75fc2f769 aya-log: Allow logging `core::net::Ipv4Addr` and `core::net::Ipv6Addr`
IP address types are available in `core`, so they can be used also in
eBPF programs. This change adds support of these types in aya-log.

* Add implementation of `WriteTuBuf` to these types.
* Support these types in `Ipv4Formatter` and `Ipv6Formatter`.
* Support them with `DisplayHint::Ip`.
* Add support for formatting `[u8; 4]`, to be able to handle
  `Ipv4Addr::octets`.
2 months ago
..
.cargo integration-ebpf: add cargo config 1 year ago
src aya-log: Allow logging `core::net::Ipv4Addr` and `core::net::Ipv6Addr` 2 months ago
Cargo.toml feat(aya-ebpf): Add integration test for memmove implementation 3 months ago
build.rs integration-test: Remove cargo symlink workaround 1 year ago
rust-toolchain.toml integration-test: use nightly toolchain with ebpf 1 year ago