From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.9 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 08593C2D0CF for ; Tue, 24 Dec 2019 13:38:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CD604206B7 for ; Tue, 24 Dec 2019 13:38:00 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="Wz7NIdSv" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726184AbfLXNh7 (ORCPT ); Tue, 24 Dec 2019 08:37:59 -0500 Received: from us-smtp-1.mimecast.com ([205.139.110.61]:44947 "EHLO us-smtp-delivery-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726213AbfLXNh7 (ORCPT ); Tue, 24 Dec 2019 08:37:59 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1577194678; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=RllTSQBanYIj2a+FOREw/6tP9C+MekKkoK3DQ2qokOM=; b=Wz7NIdSvyoB0yKqr0eJtEiU7evuz/r0ssXbV/GAf642LRgY2IwEVgliLOTg6M0Dx/RpUDI e5jBG0W3630jWt1lg2NjliCTcIfBwzDp5U6QfHXb8f15LITM05g33ov4WYvUATYgCf2qbr CxWnoOsSlX1P64ws9c7JMP83DUGpNc0= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-296-Vdn3x1bCOkaGyF9Fu5OQeg-1; Tue, 24 Dec 2019 08:37:56 -0500 X-MC-Unique: Vdn3x1bCOkaGyF9Fu5OQeg-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 5BF711005502; Tue, 24 Dec 2019 13:37:54 +0000 (UTC) Received: from carbon (ovpn-200-18.brq.redhat.com [10.40.200.18]) by smtp.corp.redhat.com (Postfix) with ESMTP id CAB025C1C3; Tue, 24 Dec 2019 13:37:47 +0000 (UTC) Date: Tue, 24 Dec 2019 14:37:45 +0100 From: Jesper Dangaard Brouer To: lvs-devel@vger.kernel.org, lvs-users@linuxvirtualserver.org, Julian Anastasov , Jacky Hu , Quentin Armitage Cc: brouer@redhat.com, "netdev@vger.kernel.org" , Ryan O'Hara , Simon Horman , Wensong Zhang Subject: [ANNOUNCE] ipvsadm release v1.31 Message-ID: <20191224143745.6bafce3f@carbon> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Merry Xmas, We are happy to announce the release of ipvsadm v1.31. ipvsadm is a utility to administer the kernels IPVS/LVS load-balancer service This release add support for configuring tunneling with GRE or GUE encapsulation. See manpage ipvsadm(8) for --tun-type and --tun-info, plus more specific --tun-xxxx options for adjustments. Plus some manpage adjustments. The related kernel side commits: - v5.3: 6aedd14b25db ("ipvs: strip gre tunnel headers from icmp errors") - v5.3: 6f7b841bc939 ("ipvs: allow tunneling with gre encapsulation") - v5.3: 29930e314da3 ("ipvs: add checksum support for gue encapsulation") - v5.3: 508f744c0de3 ("ipvs: strip udp tunnel headers from icmp errors") - v5.3: 2aa3c9f48bc2 ("ipvs: add function to find tunnels") - v5.2: 84c0d5e96f3a ("ipvs: allow tunneling with gue encapsulation") This release is based on the kernel.org git tree: https://git.kernel.org/cgit/utils/kernel/ipvsadm/ipvsadm.git/ You can download the tarballs from: https://kernel.org/pub/linux/utils/kernel/ipvsadm/ Git tree: git://git.kernel.org/pub/scm/utils/kernel/ipvsadm/ipvsadm.git Shortlog: Jacky Hu (2): ipvsadm: convert options to unsigned long long ipvsadm: allow tunneling with gue encapsulation Jesper Dangaard Brouer (2): Merge branch 'GUE-encap' Release: Version 1.31 Julian Anastasov (1): ipvsadm: allow tunneling with gre encapsulation Quentin Armitage (2): Add --pe sip option in ipvsadm(8) man page In ipvsadm(8) add using nft or an eBPF program to set a packet mark -- Best regards, Jesper Dangaard Brouer MSc.CS, Principal Kernel Engineer at Red Hat LinkedIn: http://www.linkedin.com/in/brouer