logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

teamd — team network device control daemon

Author

       Jiri Pirko is the original author and current maintainer of libteam.

libteam                                            2013-07-10                                           TEAMD(8)

Description

       teamd  is  a  daemon  to  control  a given team network device, during runtime, as a puppeteer controls a
       puppet. It uses libteam to communicate with the kernel team device  instance  via  Netlink  sockets.  The
       behaviour  depends  on  the  selected  runner  and  its configuration. This daemon is part of the libteam
       project.

Name

       teamd — team network device control daemon

Options

-h,--help
              Print help text to console and exit.

       -V,--version
              Print version information to console and exit.

       -d,--daemonize
              Daemonize after startup.

       -k,--kill
              Kill running daemon instance.

       -e,--check
              Return 0 if a daemon is already running.

       -ffilename,--config-filefilename
              Load the specified configuration file.

       -ctext,--configtext
              Use given JSON format configuration string. If this option is  present  then  -f  option  will  be
              ignored.

       -pfilename,--pid-filefilename
              Use the specified PID file.

       -g,--debug
              Turns on debugging messages. Repeating the option increases verbosity.

       -l,--log-output
              Force teamd log output to stdout, stderr or syslog.

       -r,--force-recreate
              Force team device recreation in case it already exists.

       -o,--take-over
              Take over the device if it already exists.

       -N,--no-quit-destroy
              This option also ensures that the team device is not removed after teamd finishes.

       -tdevicename,--team-devdevicename
              Use the specified team device name (overrides "device" key in the configuration).

       -n,--no-ports
              Start without ports, even if they are listed in the configuration.

       -D,--dbus-enable
              Enable D-Bus interface.

       -Zaddress,--zmq-enableaddress
              Enable  ZMQ  interface.  Possible  address  formats  are "tcp://ip:port", "ipc://path" and others.
              Detailed description of ZMQ library is in page http://zguide.zeromq.org/page:all.

       -U,--usock-enable
              Enable UNIX domain socket interface. This is enabled by default.

       -u,--usock-disable
              Disable UNIX domain socket interface.

See Also

teamdctl(8), teamd.conf(5), teamnl(8), bond2team(1)

Synopsis

teamd-k [-ppid_file] [-g]
       teamd-e [-ppid_file] [-g]
       teamd-cconfig_text [-ppid_file] [-gdrD] [-Zaddress]
       teamd-fconfig_file [-ppid_file] [-gdrD] [-Zaddress]
       teamd-h|-V

See Also