mbox

[GIT,PULL,nf] Second Round of IPVS Fixes for v4.7

Message ID 1467916222-15595-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-fixes2-for-v4.7

Message

Simon Horman July 7, 2016, 6:30 p.m. UTC
Hi Pablo,

please consider this IPVS fix for v4.7.

The fix from Quentin Armitage allows the backup sync daemon to
be bound to a link-local mcast IPv6 address as is already the case
for IPv4.

The following changes since commit 62131e5d735226074cba53095545d76b491e5003:

  netfilter: nft_meta: set skb->nf_trace appropriately (2016-06-23 14:15:33 +0200)

are available in the git repository at:

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

for you to fetch changes up to 3777ed688fba82d0bd43f9fc1ebbc6abe788576d:

  ipvs: fix bind to link-local mcast IPv6 address in backup (2016-07-07 20:21:32 +0200)

----------------------------------------------------------------
Quentin Armitage (1):
      ipvs: fix bind to link-local mcast IPv6 address in backup

 net/netfilter/ipvs/ip_vs_sync.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Comments

Pablo Neira Ayuso July 11, 2016, 10:04 a.m. UTC | #1
On Thu, Jul 07, 2016 at 08:30:21PM +0200, Simon Horman wrote:
> Hi Pablo,
> 
> please consider this IPVS fix for v4.7.
> 
> The fix from Quentin Armitage allows the backup sync daemon to
> be bound to a link-local mcast IPv6 address as is already the case
> for IPv4.
> 
> The following changes since commit 62131e5d735226074cba53095545d76b491e5003:
> 
>   netfilter: nft_meta: set skb->nf_trace appropriately (2016-06-23 14:15:33 +0200)
> 
> are available in the git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git tags/ipvs-fixes2-for-v4.7

Also pulled, thanks.