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:
parent
ab82133e97
commit
bb4e4624ac
1
.gitignore
vendored
1
.gitignore
vendored
@ -42,3 +42,4 @@
|
||||
/libteam-1.16.tar.gz
|
||||
/libteam-1.17.tar.gz
|
||||
/libteam-1.18.tar.gz
|
||||
/libteam-1.19.tar.gz
|
||||
|
20
libteam.spec
20
libteam.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user