2 Commits

Author SHA1 Message Date
Qingfang Deng
5aa86e05c9 libteam: disable zmq and dbus
Fix build error when zmq or dbus is detected by autoconf.

Signed-off-by: Qingfang Deng <dqfext@gmail.com>
2026-01-13 12:02:49 +01:00
Qingfang Deng
0f233bdc1d 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 <dqfext@gmail.com>
2026-01-08 14:09:32 +01:00