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/xtask/public-api
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
..
aya-build.txt build(deps): bump the cargo-crates group with 2 updates 2 months ago
aya-ebpf-bindings.txt public-api: regenerate 4 months ago
aya-ebpf-cty.txt chore: Bless public API changes 1 year ago
aya-ebpf-macros.txt Add support for Flow Dissector programs 4 months ago
aya-ebpf.txt aya-ebpf: disable generic_const_exprs 2 months ago
aya-log-common.txt public-api: regenerate 4 months ago
aya-log-ebpf-macros.txt xtask: Add cargo-public-api 2 years ago
aya-log-ebpf.txt xtask: Add cargo-public-api 2 years ago
aya-log-parser.txt public-api: regenerate 4 months ago
aya-log.txt build(deps): update public-api requirement in the cargo-crates group 8 months ago
aya-obj.txt aya,aya-obj: cache feat probed info fields 2 months ago
aya.txt aya: fix tc name limit 4 weeks ago