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
Mohammad Javad Pooladkhay 9606690a73 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>
1 year ago
..
libbpf@a2258003f2 xtask: move libbpf submodule 2 years ago
public-api aya: fix tc name limit 1 year ago
src xtask: attempt to open /dev/kvm 1 year ago
Cargo.toml Cargo.toml: Remove default-features settings 2 years ago