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/aya-log-common
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
..
src aya-log: Allow logging `core::net::Ipv4Addr` and `core::net::Ipv6Addr` 2 months ago
CHANGELOG.md Release aya-log-common v0.1.14, aya-log v0.2.0 7 months ago
Cargo.toml Release aya-log-common v0.1.14, aya-log v0.2.0 7 months ago
release.toml Re-organize into a single workspace 2 years ago