From patchwork Thu Nov 8 11:21:24 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefano Brivio X-Patchwork-Id: 994792 Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 42rLTF3SD4z9s47 for ; Thu, 8 Nov 2018 22:21:37 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727184AbeKHU4g (ORCPT ); Thu, 8 Nov 2018 15:56:36 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58010 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726145AbeKHU4g (ORCPT ); Thu, 8 Nov 2018 15:56:36 -0500 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 mx1.redhat.com (Postfix) with ESMTPS id BDC9C3001DC9; Thu, 8 Nov 2018 11:21:35 +0000 (UTC) Received: from epycfail.redhat.com (ovpn-200-16.brq.redhat.com [10.40.200.16]) by smtp.corp.redhat.com (Postfix) with ESMTP id 6C96017575; Thu, 8 Nov 2018 11:21:34 +0000 (UTC) From: Stefano Brivio To: David Ahern Cc: Stephen Hemminger , netdev@vger.kernel.org Subject: [PATCH iproute2 net-next v2 0/2] Add DF configuration for VXLAN and GENEVE link types Date: Thu, 8 Nov 2018 12:21:24 +0100 Message-Id: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.44]); Thu, 08 Nov 2018 11:21:35 +0000 (UTC) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org This series adds configuration of the DF bit in outgoing IPv4 packets for VXLAN and GENEVE link types. Stefano Brivio (2): iplink_vxlan: Add DF configuration iplink_geneve: Add DF configuration include/uapi/linux/if_link.h | 18 ++++++++++++++++++ ip/iplink_geneve.c | 29 +++++++++++++++++++++++++++++ ip/iplink_vxlan.c | 29 +++++++++++++++++++++++++++++ man/man8/ip-link.8.in | 28 ++++++++++++++++++++++++++++ 4 files changed, 104 insertions(+)