1.19 release

- teamd: add Before=network.target to systemd service file
- teamd: lacp: update actor state before sending LACP frames
- regenerate dbus policy file from template when user changed
- drop privileges to usr/grp specified at build time
- make teamd's run directory configurable
- create run directory at teamd program start
- teamd: fix cut&paste issue on delay_up
- Add stamp-h1 artifact to .gitignore
- Reduce usock file permissions to 700.
- Do not fail teamd_add_ports() when one port is missing
- Add missing prototypes for admin_state functions
- teamd: lacp: Don't send LACP frames when master team device is down.
- libteam, teamd: Track admin state of team device and add handlers to watch for changes.
- teamd: loadbalance mode lacks a .hwaddr_changed in teamd_event_watch_ops
- libteamdctl: fix timeval value for select
This commit is contained in:
Jiri Pirko 2015-10-05 14:21:42 +02:00
parent ab82133e97
commit bb4e4624ac
3 changed files with 21 additions and 2 deletions

1
.gitignore vendored
View File

@ -42,3 +42,4 @@
/libteam-1.16.tar.gz
/libteam-1.17.tar.gz
/libteam-1.18.tar.gz
/libteam-1.19.tar.gz

View File

@ -1,5 +1,5 @@
Name: libteam
Version: 1.18
Version: 1.19
Release: 1%{?dist}
Summary: Library for controlling team network device
Group: System Environment/Libraries
@ -148,6 +148,24 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1
%{python_sitearch}/*
%changelog
* Mon Oct 05 2015 Jiri Pirko <jiri@resnulli.us> - 1.19-1
- 1.19 release
- teamd: add Before=network.target to systemd service file
- teamd: lacp: update actor state before sending LACP frames
- regenerate dbus policy file from template when user changed
- drop privileges to usr/grp specified at build time
- make teamd's run directory configurable
- create run directory at teamd program start
- teamd: fix cut&paste issue on delay_up
- Add stamp-h1 artifact to .gitignore
- Reduce usock file permissions to 700.
- Do not fail teamd_add_ports() when one port is missing
- Add missing prototypes for admin_state functions
- teamd: lacp: Don't send LACP frames when master team device is down.
- libteam, teamd: Track admin state of team device and add handlers to watch for changes.
- teamd: loadbalance mode lacks a .hwaddr_changed in teamd_event_watch_ops
- libteamdctl: fix timeval value for select
* Fri Aug 21 2015 Jiri Pirko <jiri@resnulli.us> - 1.18-1
- 1.18 release
- teamd: lacp: change actor system value on team mac change

View File

@ -1 +1 @@
be9e4123ae5c2c84ce9b18fd60918972 libteam-1.18.tar.gz
d34d78f621db2776cdef23506debb3cb libteam-1.19.tar.gz