1.25 release

- teamd: handle vlan 0 packets
- libteam: fix TEAM_OPTION_TYPE_BOOL type for big endian architectures
This commit is contained in:
Jiri Pirko 2016-05-20 11:10:28 +02:00
parent aabc9849da
commit 4b0f27f83e
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -48,3 +48,4 @@
/libteam-1.22.tar.gz
/libteam-1.23.tar.gz
/libteam-1.24.tar.gz
/libteam-1.25.tar.gz

View File

@ -1,5 +1,5 @@
Name: libteam
Version: 1.24
Version: 1.25
Release: 1%{?dist}
Summary: Library for controlling team network device
Group: System Environment/Libraries
@ -148,6 +148,11 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1
%{python_sitearch}/*
%changelog
* Fri May 20 2016 Jiri Pirko <jiri@resnulli.us> - 1.25-1
- 1.25 release
- teamd: handle vlan 0 packets
- libteam: fix TEAM_OPTION_TYPE_BOOL type for big endian architectures
* 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

View File

@ -1 +1 @@
f85c9ec55028322971808fe919b2607f libteam-1.24.tar.gz
9e51c42b08ff8e80561e0b1cd5af266f libteam-1.25.tar.gz