aya/ebpf/aya-ebpf
Tim Upthegrove dc543ae44a aya-ebpf: add ifindex support to XdpContext
This change exposes the ifindex field from the underlying xdp_md
data structure to the XdpContext in Aya. The ifindex represents the
unique OS-provided index for a network interface.

Fixes 
..
src aya-ebpf: add ifindex support to XdpContext
CHANGELOG.md Release aya-ebpf-cty v0.2.2, aya-ebpf-bindings v0.1.1, aya-ebpf-macros v0.1.1, aya-ebpf v0.1.1
Cargo.toml Allow aya-ebpf to clippy with stable rust
build.rs feat(ebpf): Implement FromPtRegs for mips