1.29 release
teamd: improve the error output for non-integer port prio teamd: return 0 if tdport doesn't exist in teamd_config_port_set teamd: add port_master_ifindex_changed for link_watch_port_watch_ops initscripts: fix if/fi align teamd: fix a json object memleak in get_port_obj() libteam: set netlink event socket as non-blocking libteam: double NETLINK_RCVBUF to fix -ENOMEM error teamd: add a default value 1000 for link_watch.interval teamd: use enabled option_changed to sync enabled to link_up for lb runner teamd: tdport has to exist if item->per_port is set in __find_by_item_path teamd: remove port if adding fails teamd: lacp: update port state according to partner's sync bit man: fix runner.min_ports default value teamd: lw: nsna_ping: only send ns on enabled port teamd: lw: arp_ping: only check arp reply message teamd: config: update local prio to kernel teamnl: update help message
This commit is contained in:
parent
f1ad31e990
commit
475e4c6322
1
.gitignore
vendored
1
.gitignore
vendored
@ -52,3 +52,4 @@
|
||||
/libteam-1.26.tar.gz
|
||||
/libteam-1.27.tar.gz
|
||||
/libteam-1.28.tar.gz
|
||||
/libteam-1.29.tar.gz
|
||||
|
24
libteam.spec
24
libteam.spec
@ -1,6 +1,6 @@
|
||||
Name: libteam
|
||||
Version: 1.28
|
||||
Release: 2%{?dist}
|
||||
Version: 1.29
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for controlling team network device
|
||||
License: LGPLv2+
|
||||
URL: http://www.libteam.org
|
||||
@ -130,6 +130,26 @@ install -p -m 755 utils/bond2team $RPM_BUILD_ROOT%{_bindir}/bond2team
|
||||
%{_sysconfdir}/sysconfig/network-scripts/ifdown-TeamPort
|
||||
|
||||
%changelog
|
||||
* Wed Jul 03 2019 Jiri Pirko <jiri@resnulli.us> - 1.29-1
|
||||
- 1.29 release
|
||||
- teamd: improve the error output for non-integer port prio
|
||||
- teamd: return 0 if tdport doesn't exist in teamd_config_port_set
|
||||
- teamd: add port_master_ifindex_changed for link_watch_port_watch_ops
|
||||
- initscripts: fix if/fi align
|
||||
- teamd: fix a json object memleak in get_port_obj()
|
||||
- libteam: set netlink event socket as non-blocking
|
||||
- libteam: double NETLINK_RCVBUF to fix -ENOMEM error
|
||||
- teamd: add a default value 1000 for link_watch.interval
|
||||
- teamd: use enabled option_changed to sync enabled to link_up for lb runner
|
||||
- teamd: tdport has to exist if item->per_port is set in __find_by_item_path
|
||||
- teamd: remove port if adding fails
|
||||
- teamd: lacp: update port state according to partner's sync bit
|
||||
- man: fix runner.min_ports default value
|
||||
- teamd: lw: nsna_ping: only send ns on enabled port
|
||||
- teamd: lw: arp_ping: only check arp reply message
|
||||
- teamd: config: update local prio to kernel
|
||||
- teamnl: update help message
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.28-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libteam-1.28.tar.gz) = c0f71f6ce31b45899391410f632d48c57382081e6e7ddfbeee473ca7ca30c038cd2b40cd680099bad9d40f65c2cdc824c21c681d3ef608de846ca4e187e410d3
|
||||
SHA512 (libteam-1.29.tar.gz) = c2b5fb6d5b89677c94c287d02aa0485ec50953b7c78ebd2b1d525966cbf4c2ca9339a9a333b0ac5221e8f0856c3bf60c780b812aca2f239eadfacd24a9d5501e
|
||||
|
Loading…
Reference in New Issue
Block a user