1.11 release
- teamd: add forgotten teamd_link_watch.h to noinst_HEADERS - teamd: add tipc.h kernel header - teamd: Add support for TIPC link watcher - teamd: add TIPC link watcher - teamd: move icmp6 NS/NA ping link watcher to a separate file - teamd: move arp ping link watcher to a separate file - teamd: move psr template link watcher to a separate file - teamd: move ethtool link watcher to a separate file - teamd_dbus: add PortConfigDump to introspection - teamd: allow restart on failure through systemd - teamd: distinguish exit code between init error and runtime error - man teamd.conf: remove "mandatory" since the options are no longer mandatory - teamd: add "debug_level" config option - teamd: allow to change debug level during run - teamd: register debug callback at the start of callbacks list - libteam: add team_change_handler_register_head function - teamd: lacp: update partner info before setting state - teamd: lacp: do not check SYNCHRO flag before enable of port - teamd: lacp: "expired" port is not selectable, only "current" - teamd: lacp: update actor system (mac) before sending lacpdu - teamd: respect currently set user linkup for created linkwatches - teamd: split --take-over option into --no-quit-destroy - teamd: fix port removal when using take_over - libteam: add SubmittingPatches doc - libteam: Use u8 for put/get TEAM_ATTR_OPTION_TYPE
This commit is contained in:
parent
bff8b61754
commit
cf2ad86648
1
.gitignore
vendored
1
.gitignore
vendored
@ -34,3 +34,4 @@
|
|||||||
/libteam-1.8.tar.gz
|
/libteam-1.8.tar.gz
|
||||||
/libteam-1.9.tar.gz
|
/libteam-1.9.tar.gz
|
||||||
/libteam-1.10.tar.gz
|
/libteam-1.10.tar.gz
|
||||||
|
/libteam-1.11.tar.gz
|
||||||
|
32
libteam.spec
32
libteam.spec
@ -1,6 +1,6 @@
|
|||||||
Name: libteam
|
Name: libteam
|
||||||
Version: 1.10
|
Version: 1.11
|
||||||
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+
|
||||||
@ -135,6 +135,34 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1
|
|||||||
%{python_sitearch}/*
|
%{python_sitearch}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 26 2014 Jiri Pirko <jpirko@redhat.com> - 1.11-1
|
||||||
|
- 1.11 release
|
||||||
|
- teamd: add forgotten teamd_link_watch.h to noinst_HEADERS
|
||||||
|
- teamd: add tipc.h kernel header
|
||||||
|
- teamd: Add support for TIPC link watcher
|
||||||
|
- teamd: add TIPC link watcher
|
||||||
|
- teamd: move icmp6 NS/NA ping link watcher to a separate file
|
||||||
|
- teamd: move arp ping link watcher to a separate file
|
||||||
|
- teamd: move psr template link watcher to a separate file
|
||||||
|
- teamd: move ethtool link watcher to a separate file
|
||||||
|
- teamd_dbus: add PortConfigDump to introspection
|
||||||
|
- teamd: allow restart on failure through systemd
|
||||||
|
- teamd: distinguish exit code between init error and runtime error
|
||||||
|
- man teamd.conf: remove "mandatory" since the options are no longer mandatory
|
||||||
|
- teamd: add "debug_level" config option
|
||||||
|
- teamd: allow to change debug level during run
|
||||||
|
- teamd: register debug callback at the start of callbacks list
|
||||||
|
- libteam: add team_change_handler_register_head function
|
||||||
|
- teamd: lacp: update partner info before setting state
|
||||||
|
- teamd: lacp: do not check SYNCHRO flag before enable of port
|
||||||
|
- teamd: lacp: "expired" port is not selectable, only "current"
|
||||||
|
- teamd: lacp: update actor system (mac) before sending lacpdu
|
||||||
|
- teamd: respect currently set user linkup for created linkwatches
|
||||||
|
- teamd: split --take-over option into --no-quit-destroy
|
||||||
|
- teamd: fix port removal when using take_over
|
||||||
|
- libteam: add SubmittingPatches doc
|
||||||
|
- libteam: Use u8 for put/get TEAM_ATTR_OPTION_TYPE
|
||||||
|
|
||||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-2
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user