1.18 release
- teamd: lacp: change actor system value on team mac change - Fix sending duplicate LACP frames at the start of establishing a logical channel. - Fix teamd memory corruption issues seen by missing port unlink in ifinfo_destroy() - libteam: Add check to disallow creating device names longer than 15 chars.
This commit is contained in:
parent
b871495d38
commit
ab82133e97
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,3 +41,4 @@
|
||||
/libteam-1.15.tar.gz
|
||||
/libteam-1.16.tar.gz
|
||||
/libteam-1.17.tar.gz
|
||||
/libteam-1.18.tar.gz
|
||||
|
||||
11
libteam.spec
11
libteam.spec
@ -1,6 +1,6 @@
|
||||
Name: libteam
|
||||
Version: 1.17
|
||||
Release: 2%{?dist}
|
||||
Version: 1.18
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for controlling team network device
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
@ -148,6 +148,13 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1
|
||||
%{python_sitearch}/*
|
||||
|
||||
%changelog
|
||||
* Fri Aug 21 2015 Jiri Pirko <jiri@resnulli.us> - 1.18-1
|
||||
- 1.18 release
|
||||
- teamd: lacp: change actor system value on team mac change
|
||||
- Fix sending duplicate LACP frames at the start of establishing a logical channel.
|
||||
- Fix teamd memory corruption issues seen by missing port unlink in ifinfo_destroy()
|
||||
- libteam: Add check to disallow creating device names longer than 15 chars.
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.17-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user