1.25 release
- teamd: handle vlan 0 packets - libteam: fix TEAM_OPTION_TYPE_BOOL type for big endian architectures
This commit is contained in:
parent
aabc9849da
commit
4b0f27f83e
1
.gitignore
vendored
1
.gitignore
vendored
@ -48,3 +48,4 @@
|
||||
/libteam-1.22.tar.gz
|
||||
/libteam-1.23.tar.gz
|
||||
/libteam-1.24.tar.gz
|
||||
/libteam-1.25.tar.gz
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user