From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Brivio 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 Content-Transfer-Encoding: 8bit Cc: Stephen Hemminger , netdev@vger.kernel.org To: David Ahern Return-path: 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 Sender: netdev-owner@vger.kernel.org List-ID: 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(+) -- 2.19.1