1.26 release

- teamd: lacp: Do not unselect port if it changes state to "expired"
- man: in lacp it's 'port_config', not 'port_options'
- teamd: fix the issue that network blocks when systemctl stop teamd
- teamd: change to Before=network-pre.target in systemd service file
- man teamd.conf: fix indentation
- misc: fix an out-of-bound write with zero-length hardware address
- teamd: LACP runner does not set Agg bit on first slave
This commit is contained in:
Jiri Pirko 2016-08-26 15:20:41 +02:00
parent cfeea5841c
commit 5738c2150b
3 changed files with 14 additions and 3 deletions

1
.gitignore vendored
View File

@ -49,3 +49,4 @@
/libteam-1.23.tar.gz
/libteam-1.24.tar.gz
/libteam-1.25.tar.gz
/libteam-1.26.tar.gz

View File

@ -1,6 +1,6 @@
Name: libteam
Version: 1.25
Release: 2%{?dist}
Version: 1.26
Release: 1%{?dist}
Summary: Library for controlling team network device
Group: System Environment/Libraries
License: LGPLv2+
@ -148,6 +148,16 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1
%{python_sitearch}/*
%changelog
* Fri Aug 26 2016 Jiri Pirko <jiri@resnulli.us> - 1.26-1
- 1.26 release
- teamd: lacp: Do not unselect port if it changes state to "expired"
- man: in lacp it's 'port_config', not 'port_options'
- teamd: fix the issue that network blocks when systemctl stop teamd
- teamd: change to Before=network-pre.target in systemd service file
- man teamd.conf: fix indentation
- misc: fix an out-of-bound write with zero-length hardware address
- teamd: LACP runner does not set Agg bit on first slave
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.25-2
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages

View File

@ -1 +1 @@
9e51c42b08ff8e80561e0b1cd5af266f libteam-1.25.tar.gz
f8529a3bfee28500bef5faff6aeb0063 libteam-1.26.tar.gz