mbox

[GIT,PULL] IPVS Fixes for v4.7

Message ID 1465205077-15139-1-git-send-email-horms@verge.net.au
State Awaiting Upstream, archived
Delegated to: David Miller
Headers show

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git tags/ipvs-fixes-for-v4.7

Message

Simon Horman June 6, 2016, 9:24 a.m. UTC
Hi Pablo,

please consider this IPVS fix for v4.7.

The fix from Marco corrects the handling of outgoing connections
which use the SIP-pe such that the binding of a real-server
is updated when needed. This was an omission from changes
introduced by Marco in v4.7 to allow handling of outgoing connections
by the SIP-pe.

The following changes since commit 7b7eba0f3515fca3296b8881d583f7c1042f5226:

  netfilter: x_tables: don't reject valid target size on some architectures (2016-06-02 14:09:33 +0200)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git tags/ipvs-fixes-for-v4.7

for you to fetch changes up to 3ec10d3a2ba591c87da94219c1e46b02ae97757a:

  ipvs: update real-server binding of outgoing connections in SIP-pe (2016-06-06 09:47:25 +0900)

----------------------------------------------------------------
Marco Angaroni (1):
      ipvs: update real-server binding of outgoing connections in SIP-pe

 include/net/ip_vs.h             | 2 +-
 net/netfilter/ipvs/ip_vs_conn.c | 5 +++--
 net/netfilter/ipvs/ip_vs_core.c | 5 +++--
 3 files changed, 7 insertions(+), 5 deletions(-)

Marco Angaroni (1):
  ipvs: update real-server binding of outgoing connections in SIP-pe

 include/net/ip_vs.h             | 2 +-
 net/netfilter/ipvs/ip_vs_conn.c | 5 +++--
 net/netfilter/ipvs/ip_vs_core.c | 5 +++--
 3 files changed, 7 insertions(+), 5 deletions(-)

Comments

Pablo Neira Ayuso June 6, 2016, 11:20 a.m. UTC | #1
On Mon, Jun 06, 2016 at 06:24:36PM +0900, Simon Horman wrote:
> Hi Pablo,
> 
> please consider this IPVS fix for v4.7.
> 
> The fix from Marco corrects the handling of outgoing connections
> which use the SIP-pe such that the binding of a real-server
> is updated when needed. This was an omission from changes
> introduced by Marco in v4.7 to allow handling of outgoing connections
> by the SIP-pe.
> 
> The following changes since commit 7b7eba0f3515fca3296b8881d583f7c1042f5226:
> 
>   netfilter: x_tables: don't reject valid target size on some architectures (2016-06-02 14:09:33 +0200)
> 
> are available in the git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git tags/ipvs-fixes-for-v4.7

Pulled, thanks Simon.