From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Brivio Subject: [PATCH iproute2 net-next 0/2] Add DF configuration for VxLAN and GENEVE link types Date: Tue, 6 Nov 2018 22:39:52 +0100 Message-ID: Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: netdev@vger.kernel.org To: David Ahern Return-path: Received: from mx1.redhat.com ([209.132.183.28]:51862 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388314AbeKGHHR (ORCPT ); Wed, 7 Nov 2018 02:07:17 -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. I also included uapi/linux/if_link.h changes for convenience, please let me know if I should repost without them. 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