1.27 release
teamd: check target host with nap.nah.nd_na_target teamd: check ipv6 packet only with the 4 bits version teamd: set correct bits for standby ports libteam: Add team_get_port_enabled function teamd: check port link_up when a port is added with loadbalance runner libteam: resynchronize ifinfo after lost RTNLGRP_LINK notifications SubmittingPatches: add checkpatch note README: add note regarding pull requests teamd: escape some sensitive characters in ifname with double quotation marks
This commit is contained in:
parent
a9ce5b886a
commit
759cffa83a
1
.gitignore
vendored
1
.gitignore
vendored
@ -50,3 +50,4 @@
|
|||||||
/libteam-1.24.tar.gz
|
/libteam-1.24.tar.gz
|
||||||
/libteam-1.25.tar.gz
|
/libteam-1.25.tar.gz
|
||||||
/libteam-1.26.tar.gz
|
/libteam-1.26.tar.gz
|
||||||
|
/libteam-1.27.tar.gz
|
||||||
|
16
libteam.spec
16
libteam.spec
@ -1,6 +1,6 @@
|
|||||||
Name: libteam
|
Name: libteam
|
||||||
Version: 1.26
|
Version: 1.27
|
||||||
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,18 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1
|
|||||||
%{python_sitearch}/*
|
%{python_sitearch}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 05 2017 Jiri Pirko <jiri@resnulli.us> - 1.27-1
|
||||||
|
- 1.27 release
|
||||||
|
- teamd: check target host with nap.nah.nd_na_target
|
||||||
|
- teamd: check ipv6 packet only with the 4 bits version
|
||||||
|
- teamd: set correct bits for standby ports
|
||||||
|
- libteam: Add team_get_port_enabled function
|
||||||
|
- teamd: check port link_up when a port is added with loadbalance runner
|
||||||
|
- libteam: resynchronize ifinfo after lost RTNLGRP_LINK notifications
|
||||||
|
- SubmittingPatches: add checkpatch note
|
||||||
|
- README: add note regarding pull requests
|
||||||
|
- teamd: escape some sensitive characters in ifname with double quotation marks
|
||||||
|
|
||||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.26-2
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.26-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user