|
|
|
[package]
|
|
|
|
name = "integration-ebpf"
|
|
|
|
version = "0.1.0"
|
|
|
|
publish = false
|
|
|
|
authors.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
repository.workspace = true
|
|
|
|
homepage.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
aya-ebpf = { path = "../../ebpf/aya-ebpf" }
|
|
|
|
aya-log-ebpf = { path = "../../ebpf/aya-log-ebpf" }
|
|
|
|
network-types = "0.0.6"
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
which = { workspace = true }
|
|
|
|
xtask = { path = "../../xtask" }
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "log"
|
|
|
|
path = "src/log.rs"
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "map_test"
|
|
|
|
path = "src/map_test.rs"
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "name_test"
|
|
|
|
path = "src/name_test.rs"
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "pass"
|
|
|
|
path = "src/pass.rs"
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "test"
|
|
|
|
path = "src/test.rs"
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "relocations"
|
|
|
|
path = "src/relocations.rs"
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "bpf_probe_read"
|
|
|
|
path = "src/bpf_probe_read.rs"
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "two_progs"
|
|
|
|
path = "src/two_progs.rs"
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "redirect"
|
|
|
|
path = "src/redirect.rs"
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "xdp_sec"
|
|
|
|
path = "src/xdp_sec.rs"
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "ring_buf"
|
|
|
|
path = "src/ring_buf.rs"
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "memmove_test"
|
|
|
|
path = "src/memmove_test.rs"
|