libteam: add new package
authorQingfang Deng <redacted>
Sun, 4 Jan 2026 03:15:23 +0000 (11:15 +0800)
committerJosef Schlehofer <redacted>
Thu, 8 Jan 2026 13:09:32 +0000 (14:09 +0100)
commit0f233bdc1d3df17cfcf7ec116a8fc3f69ae0f89d
treed1e4bb67a41dce5e19c24c914e2b016cfcd1efcc
parent47a54ba42d0f11f32e43f9fe3902cf050ffa2760
libteam: add new package

libteam is a userspace tool to configure Linux network teaming.

This consists of 5 packages:
- libteam.so is a wrapper library to interface the Team Netlink API.
- teamd is a service/daemon to control a team netdev using the libteam library.
- teamdctl is a utility to alter teamd configuration at runtime.
- libteamdctl.so is a library used by teamdctl.
- teamnl is a utility mainly for debugging.

Signed-off-by: Qingfang Deng <redacted>
net/libteam/Makefile [new file with mode: 0644]
net/libteam/patches/001-teamd-Pass-correct-parameter-type-to-accept-API.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT