teamnl (8) Linux Manual Page
teamnl — team network device Netlink interface tool
Synopsis
teamnl [-p port_name] [-a array_index] team_device command [command_args…]
teamnl -h
Description
teamnl is a tool enabling interaction with a team device via the team driver Netlink interface. This tools serves mainly for debugging purposes. Note that it makes no sense to use this tool to change options on team device controlled by a teamd instance.
Options
-h, –help- Print help text to console and exit.
-p ifname, –port_name ifname- Select per-port option of provided interface name.
-a index, –array_index index- Select array option of provided array index.
Command
ports- Dumps team ports.
option- Dumps team options.
getoptionopt_name- Gets option by selected name.
setoptionopt_name opt_value- Sets option by selected name.
monitoropt_style- Monitors changes made to options, ports and interface information. Style can be either "changed" (default) or "all".
See Also
teamd(8), teamdctl(8), teamd.conf(5)
Author
Jiri Pirko is the original author and current maintainer of libteam.
