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:
parent
cfeea5841c
commit
5738c2150b
1
.gitignore
vendored
1
.gitignore
vendored
@ -49,3 +49,4 @@
|
||||
/libteam-1.23.tar.gz
|
||||
/libteam-1.24.tar.gz
|
||||
/libteam-1.25.tar.gz
|
||||
/libteam-1.26.tar.gz
|
||||
|
14
libteam.spec
14
libteam.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user