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/src
Mohammad Javad Pooladkhay edd26e4c67 aya: fix tc name limit
The buffer for attributes should be sized to hold at least 256 bytes, based on `CLS_BPF_NAME_LEN = 256` from the kernel:
https://github.com/torvalds/linux/blob/02aee814/net/sched/cls_bpf.c#L28

Fixes: #610

aya: add netlink_clsact_qdisc_exists function

public-api: add clsact_qdisc_exists

integration-test: add tc_name_limit

integration-test: add tc_name_limit_exceeded

Signed-off-by: Mohammad Javad Pooladkhay <m.pooladkhay@gmail.com>
4 weeks ago
..
bpf_probe_read.rs chore: Fix clippy panic_handler warnings 4 months ago
lib.rs integration-test: build-dep on integration-ebpf 2 years ago
log.rs chore: Fix clippy panic_handler warnings 4 months ago
map_test.rs chore: Fix clippy panic_handler warnings 4 months ago
memmove_test.rs build(deps): update network-types requirement in the cargo-crates group 3 months ago
name_test.rs chore: Fix clippy panic_handler warnings 4 months ago
pass.rs chore: Fix clippy panic_handler warnings 4 months ago
raw_tracepoint.rs chore: Fix clippy panic_handler warnings 4 months ago
redirect.rs chore: Fix clippy panic_handler warnings 4 months ago
relocations.rs chore: Fix clippy panic_handler warnings 4 months ago
ring_buf.rs chore: Fix clippy panic_handler warnings 4 months ago
simple_prog.rs chore: Fix clippy panic_handler warnings 4 months ago
strncmp.rs chore: Fix clippy panic_handler warnings 4 months ago
tc_name_limit.rs aya: fix tc name limit 4 weeks ago
tc_name_limit_exceeded.rs aya: fix tc name limit 4 weeks ago
tcx.rs chore: Fix clippy panic_handler warnings 4 months ago
test.rs chore: Fix clippy panic_handler warnings 4 months ago
two_progs.rs chore: Fix clippy panic_handler warnings 4 months ago
uprobe_cookie.rs chore: Fix clippy panic_handler warnings 4 months ago
xdp_sec.rs chore: Fix clippy panic_handler warnings 4 months ago