Branch: refs/heads/master Home: https://github.com/jpirko/libteam Commit: cdcaec7a2c22cffa9c220a96a15f86bdd310d2c3 https://github.com/jpirko/libteam/commit/cdcaec7a2c22cffa9c220a96a15f86bdd31... Author: Jiří Župka jzupka@redhat.com Date: 2013-07-17 (Wed, 17 Jul 2013)
Changed paths: M configure.ac M include/private/misc.h M include/teamdctl.h M libteamdctl/Makefile.am A libteamdctl/cli_zmq.c M libteamdctl/libteamdctl.c M libteamdctl/teamdctl_private.h M teamd/Makefile.am M teamd/teamd.c M teamd/teamd.h M teamd/teamd_state.c A teamd/teamd_zmq.c A teamd/teamd_zmq.h A teamd/teamd_zmq_common.h M utils/teamdctl.c
Log Message: ----------- teamd: Add ZeroMQ interface
enable ZeroMQ interface
teamd -Z "tcp:\127.0.0.1:5555" teamdctl -Z "tcp:\127.0.0.1:5555" config dump
Take care when you use this type of connection. Security must be ensured by firewall or other tools. There could be added verification by certificate with SSL layer. It could be added in next version.
changes: fix problem with autotools and wrong version of libzmq
Signed-off-by: Jiří Župka jzupka@redhat.com Signed-off-by: Jiri Pirko jiri@resnulli.us
Commit: c6d093945e7b1f0f221092727cca37a39f10932d https://github.com/jpirko/libteam/commit/c6d093945e7b1f0f221092727cca37a39f1... Author: Jiří Župka jzupka@redhat.com Date: 2013-07-17 (Wed, 17 Jul 2013)
Changed paths: M man/teamd.8 M man/teamdctl.8
Log Message: ----------- teamd: Update man page for ZMQ interface
changes from v1 -> v2: makes man more verbosable.
Signed-off-by: Jiří Župka jzupka@redhat.com Signed-off-by: Jiri Pirko jiri@resnulli.us
Commit: d6754d11c63bb7c1aa16feb849aa7264196dfe56 https://github.com/jpirko/libteam/commit/d6754d11c63bb7c1aa16feb849aa7264196... Author: Jiří Župka jzupka@redhat.com Date: 2013-07-17 (Wed, 17 Jul 2013)
Changed paths: M libteamdctl/cli_dbus.c M libteamdctl/cli_usock.c
Log Message: ----------- teamd: Changes error messages in teamdctl interfaces.
Messages was changed due into adding new communication interface to teamd and teamdctl. It should be more clear from which communication interface messages comes from.
Signed-off-by: Jiří Župka jzupka@redhat.com Signed-off-by: Jiri Pirko jiri@resnulli.us
Compare: https://github.com/jpirko/libteam/compare/188c1acdea85...d6754d11c63b
libteam@lists.fedorahosted.org