1.28 release
teamd: lacp: send LACPDU when port state transitions from DEFAULT to CURRENT man teamd.conf: Document ARP Ping link_watch.vlanid option man teamd.conf: fix indentation of link_watch.send_always libteam/options: fix s32/u32 data storage on big endian teamd: add an option to force log output to stdout, stderr or syslog teamd: add port_master_ifindex_changed for teamd_event_watch_ops utils: check to_stdout return correctly in bond2team binding/python: use SWIG_FromCharPtrAndSize for Python3 support man: add 'random' to the list of available runners libteam: don't crash when trying to print unregistered device name configure.ac: Empty LDFLAGS before checking for libnl3 man: fix runner.sys_prio default examples: fix duplex comparison against best port teamd: add port_hwaddr_changed for lacp runner teamd: add port_hwaddr_changed for lb runner teamd: add port_hwaddr_changed for ab runner teamd: do not process lacpdu before the port ifinfo is set
This commit is contained in:
parent
72dd336e1b
commit
c3a1f4453a
1
.gitignore
vendored
1
.gitignore
vendored
@ -51,3 +51,4 @@
|
|||||||
/libteam-1.25.tar.gz
|
/libteam-1.25.tar.gz
|
||||||
/libteam-1.26.tar.gz
|
/libteam-1.26.tar.gz
|
||||||
/libteam-1.27.tar.gz
|
/libteam-1.27.tar.gz
|
||||||
|
/libteam-1.28.tar.gz
|
||||||
|
24
libteam.spec
24
libteam.spec
@ -1,6 +1,6 @@
|
|||||||
Name: libteam
|
Name: libteam
|
||||||
Version: 1.27
|
Version: 1.28
|
||||||
Release: 11%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library for controlling team network device
|
Summary: Library for controlling team network device
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.libteam.org
|
URL: http://www.libteam.org
|
||||||
@ -132,6 +132,26 @@ install -p -m 755 utils/bond2team $RPM_BUILD_ROOT%{_bindir}/bond2team
|
|||||||
%{_sysconfdir}/sysconfig/network-scripts/ifdown-TeamPort
|
%{_sysconfdir}/sysconfig/network-scripts/ifdown-TeamPort
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 09 2018 Jiri Pirko <jiri@resnulli.us> - 1.28-1
|
||||||
|
- 1.28 release
|
||||||
|
- teamd: lacp: send LACPDU when port state transitions from DEFAULT to CURRENT
|
||||||
|
- man teamd.conf: Document ARP Ping link_watch.vlanid option
|
||||||
|
- man teamd.conf: fix indentation of link_watch.send_always
|
||||||
|
- libteam/options: fix s32/u32 data storage on big endian
|
||||||
|
- teamd: add an option to force log output to stdout, stderr or syslog
|
||||||
|
- teamd: add port_master_ifindex_changed for teamd_event_watch_ops
|
||||||
|
- utils: check to_stdout return correctly in bond2team
|
||||||
|
- binding/python: use SWIG_FromCharPtrAndSize for Python3 support
|
||||||
|
- man: add 'random' to the list of available runners
|
||||||
|
- libteam: don't crash when trying to print unregistered device name
|
||||||
|
- configure.ac: Empty LDFLAGS before checking for libnl3
|
||||||
|
- man: fix runner.sys_prio default
|
||||||
|
- examples: fix duplex comparison against best port
|
||||||
|
- teamd: add port_hwaddr_changed for lacp runner
|
||||||
|
- teamd: add port_hwaddr_changed for lb runner
|
||||||
|
- teamd: add port_hwaddr_changed for ab runner
|
||||||
|
- teamd: do not process lacpdu before the port ifinfo is set
|
||||||
|
|
||||||
* Tue Sep 18 2018 Miro Hrončok <mhroncok@redhat.com> - 1.27-11
|
* Tue Sep 18 2018 Miro Hrončok <mhroncok@redhat.com> - 1.27-11
|
||||||
- Remove Python 2 subpackage (#1627333)
|
- Remove Python 2 subpackage (#1627333)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libteam-1.27.tar.gz) = 2c0d8a9b902dd6e335679867e3192887e06d001570f7d343b7446d3ea9598708ca073361f223784c536e95a179aa7b1cd8a81899b5635db0df6690a5c20b20cd
|
SHA512 (libteam-1.28.tar.gz) = c0f71f6ce31b45899391410f632d48c57382081e6e7ddfbeee473ca7ca30c038cd2b40cd680099bad9d40f65c2cdc824c21c681d3ef608de846ca4e187e410d3
|
||||||
|
Loading…
Reference in New Issue
Block a user