| Message ID | 20170428101159.9810-1-horms@verge.net.au |
|---|---|
| State | Accepted |
| Delegated to: | Pablo Neira |
| Headers | show |
On Fri, Apr 28, 2017 at 12:11:57PM +0200, Simon Horman wrote: > Hi Pablo, > > please consider these enhancements to IPVS for v4.12. > If it is too late for v4.12 then please consider them for v4.13. > > * Remove unused function > * Correct comparison of unsigned value Pulled, thanks Simon. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi Pablo, please consider these enhancements to IPVS for v4.12. If it is too late for v4.12 then please consider them for v4.13. * Remove unused function * Correct comparison of unsigned value The following changes since commit 9a08ecfe74d7796ddc92ec312d3b7eaeba5a7c22: netfilter: don't attach a nat extension by default (2017-04-26 09:30:22 +0200) are available in the git repository at: http://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git tags/ipvs3-for-v4.12 for you to fetch changes up to fb90e8dedb465bd06512f718b139ed8680d26dbe: ipvs: change comparison on sync_refresh_period (2017-04-28 12:00:10 +0200) ---------------------------------------------------------------- Aaron Conole (2): ipvs: remove unused function ip_vs_set_state_timeout ipvs: change comparison on sync_refresh_period include/net/ip_vs.h | 2 -- net/netfilter/ipvs/ip_vs_proto.c | 22 ---------------------- net/netfilter/ipvs/ip_vs_sync.c | 2 +- 3 files changed, 1 insertion(+), 25 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html