From patchwork Fri Oct 23 03:43:08 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Zhou X-Patchwork-Id: 534725 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from archives.nicira.com (unknown [IPv6:2600:3c00::f03c:91ff:fe6e:bdf7]) by ozlabs.org (Postfix) with ESMTP id 8499214130F for ; Fri, 23 Oct 2015 14:43:55 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=nicira_com.20150623.gappssmtp.com header.i=@nicira_com.20150623.gappssmtp.com header.b=kDFCHc4k; dkim-atps=neutral Received: from archives.nicira.com (localhost [127.0.0.1]) by archives.nicira.com (Postfix) with ESMTP id D3E0D10A6F; Thu, 22 Oct 2015 20:43:53 -0700 (PDT) X-Original-To: dev@openvswitch.org Delivered-To: dev@openvswitch.org Received: from mx1e3.cudamail.com (mx1.cudamail.com [69.90.118.67]) by archives.nicira.com (Postfix) with ESMTPS id B1EA710A62 for ; Thu, 22 Oct 2015 20:43:52 -0700 (PDT) Received: from bar2.cudamail.com (localhost [127.0.0.1]) by mx1e3.cudamail.com (Postfix) with ESMTPS id 09D45420158 for ; Thu, 22 Oct 2015 21:43:52 -0600 (MDT) X-ASG-Debug-ID: 1445571827-03dc533d5012d740001-byXFYA Received: from mx1-pf1.cudamail.com ([192.168.24.1]) by bar2.cudamail.com with ESMTP id N2cgr3DaXqH8BU0X (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 22 Oct 2015 21:43:47 -0600 (MDT) X-Barracuda-Envelope-From: azhou@nicira.com X-Barracuda-RBL-Trusted-Forwarder: 192.168.24.1 Received: from unknown (HELO mail-pa0-f44.google.com) (209.85.220.44) by mx1-pf1.cudamail.com with ESMTPS (RC4-SHA encrypted); 23 Oct 2015 03:43:47 -0000 Received-SPF: unknown (mx1-pf1.cudamail.com: Multiple SPF records returned) X-Barracuda-RBL-Trusted-Forwarder: 209.85.220.44 Received: by pabrc13 with SMTP id rc13so105148239pab.0 for ; Thu, 22 Oct 2015 20:43:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nicira_com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=n36CVON4HmOIYOgaKTN7UC08EErLwmhaNlH/5WeiQDs=; b=kDFCHc4kFTZDEy8ORlsZmNL74Up71ap9h04wGAlfzOxub770e711RET/xQo1dikdUE jUocBaACZyoJ02QRMfcjUbBmIvhvqt9XELi6GUv/5FEKYuctSQYNG4GVgIjJmtCCeArO ShTA8nKEgW9Ad1TBQ0smbDaleSzEp9upKF8bPX/c+8CexgyaOBibVLyCi/TJo80qN7RB hfrBGauiOhvpkl1BzShACbCmZnsL1wurEQAJeFoxpCIAB9Ka7TYKr2g6qUBHh71kEWQx yF6LN9Mf6g3rGYrZGT0e2SdwnwzyxP1X20fzsd/y+Tu/XGGkijITTs1ZF8tMBYhOLI3Y uyxw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=n36CVON4HmOIYOgaKTN7UC08EErLwmhaNlH/5WeiQDs=; b=hIEJm3Zd4qShhfTMbDA0Fl5c+K8vzKeTZFDesuK1o4r6p/QEgB5BBA8b4yD7xbzzMP emiXPIHGA52c0UUxG/tXdy94iRVp92K6UeWcXOpNTHALkfut0fYDogLRqIfiASw9wG7r NPXNKmzy/vhMcjmqZVcgJuvPF73egWO8vu74LpVk09X3i8O+wK/UIGNP86cCStagDtKR qVdpvzEz6PRcAkmA1dvXzvpQlYB+f0nSoMJunlbIDHUdDGs+MQ+6NLDoJWscyM5WyCzG tXVxN927T9I7GgDxC99o2acYDmhV4GSXdgp6hCYdrXg2tz+l1FQyF9FQTap51Q0pCKvc WWrg== X-Gm-Message-State: ALoCoQmMlx+bb3OJn7PywG7fMCnuPZGe1DF8BAfREaS2UI2N/lyPBH0iPk7u/RNLkiLITH4f5SHB X-Received: by 10.67.14.161 with SMTP id fh1mr2271375pad.28.1445571825738; Thu, 22 Oct 2015 20:43:45 -0700 (PDT) Received: from ubuntu.localdomain ([208.91.1.34]) by smtp.gmail.com with ESMTPSA id oo2sm16267403pbb.86.2015.10.22.20.43.44 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 22 Oct 2015 20:43:45 -0700 (PDT) X-CudaMail-Envelope-Sender: azhou@nicira.com X-Barracuda-Apparent-Source-IP: 208.91.1.34 From: Andy Zhou To: dev@openvswitch.org X-CudaMail-Whitelist-To: dev@openvswitch.org X-CudaMail-MID: CM-E1-1021117898 X-CudaMail-DTE: 102215 X-CudaMail-Originating-IP: 209.85.220.44 Date: Thu, 22 Oct 2015 20:43:08 -0700 X-ASG-Orig-Subj: [##CM-E1-1021117898##][PATCH] bfd: improve ovs-vswitchd.conf.db(5) manpage Message-Id: <1445571788-15103-1-git-send-email-azhou@nicira.com> X-Mailer: git-send-email 1.9.1 X-Barracuda-Connect: UNKNOWN[192.168.24.1] X-Barracuda-Start-Time: 1445571827 X-Barracuda-Encrypted: DHE-RSA-AES256-SHA X-Barracuda-URL: https://web.cudamail.com:443/cgi-mod/mark.cgi X-ASG-Whitelist: Header =?UTF-8?B?eFwtY3VkYW1haWxcLXdoaXRlbGlzdFwtdG8=?= X-Virus-Scanned: by bsmtpd at cudamail.com X-Barracuda-BRTS-Status: 1 Subject: [ovs-dev] [PATCH] bfd: improve ovs-vswitchd.conf.db(5) manpage X-BeenThere: dev@openvswitch.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dev-bounces@openvswitch.org Sender: "dev" Use the wording from RFC 5880 to describe the "diagnostic" and "remote_diagnostic" fields. Reported-by: Justin Pettit Signed-off-by: Andy Zhou Acked-by: Justin Pettit --- vswitchd/vswitch.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index 4dbd9e3..395d8f2 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -2578,9 +2578,10 @@ - In case of a problem, set to an error message that reports what the - local BFD session thinks is wrong. The error messages are defined - in section 4.1 of [RFC 5880]. + A diagnostic code specifying the local system's reason for the + last change in session state. It allows the remote system to + determine the reason that the previous session failed. The error + messages are defined in section 4.1 of [RFC 5880]. - In case of a problem, set to an error message that reports what the - remote endpoint's BFD session thinks is wrong. The error messages - are defined in section 4.1 of [RFC 5880]. + A diagnostic code specifying the remote system's reason for the + last change in session state. The error messages are defined in + section 4.1 of [RFC 5880].