From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [PATCH iproute2 net-next 1/2] iplink_vxlan: Add DF configuration Date: Wed, 7 Nov 2018 13:03:34 -0700 Message-ID: <01b41b92-1cba-a81f-523c-99c00750538a@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, Stephen Hemminger To: Stefano Brivio Return-path: Received: from mail-pl1-f195.google.com ([209.85.214.195]:33112 "EHLO mail-pl1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726027AbeKHFfa (ORCPT ); Thu, 8 Nov 2018 00:35:30 -0500 Received: by mail-pl1-f195.google.com with SMTP id w22-v6so5024024plk.0 for ; Wed, 07 Nov 2018 12:03:36 -0800 (PST) In-Reply-To: Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 11/6/18 2:39 PM, Stefano Brivio wrote: > diff --git a/ip/iplink_vxlan.c b/ip/iplink_vxlan.c > index 7fc0e2b4eb06..86afbe1334f0 100644 > --- a/ip/iplink_vxlan.c > +++ b/ip/iplink_vxlan.c > @@ -31,6 +31,7 @@ static void print_explain(FILE *f) > " [ local ADDR ]\n" > " [ ttl TTL ]\n" > " [ tos TOS ]\n" > + " [ df DF ]\n" > " [ flowlabel LABEL ]\n" > " [ dev PHYS_DEV ]\n" > " [ dstport PORT ]\n" Since it is the df bit, that user option seems fine to me. Should be ok to use that for your probe on iproute2 support. That said, the man-page update should spell out what df refers to.