1.24 release
- teamd: lacp: use original hwaddr as source address in lacpdus - teamd: do correct l3/l4 tx hashing with vlans - libteam: Fix broken links
This commit is contained in:
parent
5b79a5f21a
commit
aabc9849da
1
.gitignore
vendored
1
.gitignore
vendored
@ -47,3 +47,4 @@
|
|||||||
/libteam-1.21.tar.gz
|
/libteam-1.21.tar.gz
|
||||||
/libteam-1.22.tar.gz
|
/libteam-1.22.tar.gz
|
||||||
/libteam-1.23.tar.gz
|
/libteam-1.23.tar.gz
|
||||||
|
/libteam-1.24.tar.gz
|
||||||
|
10
libteam.spec
10
libteam.spec
@ -1,6 +1,6 @@
|
|||||||
Name: libteam
|
Name: libteam
|
||||||
Version: 1.23
|
Version: 1.24
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library for controlling team network device
|
Summary: Library for controlling team network device
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -148,6 +148,12 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1
|
|||||||
%{python_sitearch}/*
|
%{python_sitearch}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 15 2016 Jiri Pirko <jiri@resnulli.us> - 1.24-1
|
||||||
|
- 1.24 release
|
||||||
|
- teamd: lacp: use original hwaddr as source address in lacpdus
|
||||||
|
- teamd: do correct l3/l4 tx hashing with vlans
|
||||||
|
- libteam: Fix broken links
|
||||||
|
|
||||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.23-2
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.23-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user