[ovs-dev] [PATCH] bfd: Clarify the BFD diagnostic.

Alex Wang alexw at nicira.com
Thu Aug 14 21:26:28 UTC 2014


Thx, applied to master and branch-2.3.


On Thu, Aug 14, 2014 at 1:59 PM, Bruce Davie <bdavie at vmware.com> wrote:

> Looks good, thanks.
>
> Bruce
>
> On Aug 14, 2014, at 11:02 AM, Alex Wang <alexw at nicira.com> wrote:
>
> > This commit adds more explanation for the bfd diagnostic and
> > bfd remote diagnostic in vswitch and vtep documentation.
> >
> > Requested-by:Bruce Davie <bdavie at vmware.com>
> > Signed-off-by: Alex Wang <alexw at nicira.com>
> > ---
> > vswitchd/vswitch.xml |   10 ++++++----
> > vtep/vtep.xml        |   10 ++++++----
> > 2 files changed, 12 insertions(+), 8 deletions(-)
> >
> > diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
> > index ff9be17..96a607b 100644
> > --- a/vswitchd/vswitch.xml
> > +++ b/vswitchd/vswitch.xml
> > @@ -2138,8 +2138,9 @@
> >       </column>
> >
> >       <column name="bfd_status" key="diagnostic">
> > -       In case of a problem, set to a short message that reports what
> the
> > -       local BFD session thinks is wrong.
> > +       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].
> >       </column>
> >
> >       <column name="bfd_status" key="remote_state"
> > @@ -2149,8 +2150,9 @@
> >       </column>
> >
> >       <column name="bfd_status" key="remote_diagnostic">
> > -       In case of a problem, set to a short message that reports what
> the
> > -       remote endpoint's BFD session thinks is wrong.
> > +       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].
> >       </column>
> >
> >         <column name="bfd_status" key="flap_count"
> > diff --git a/vtep/vtep.xml b/vtep/vtep.xml
> > index 63ed005..4393a16 100644
> > --- a/vtep/vtep.xml
> > +++ b/vtep/vtep.xml
> > @@ -474,8 +474,9 @@
> >       </column>
> >
> >       <column name="bfd_status" key="diagnostic">
> > -        In case of a problem, set to a short message that reports what
> the
> > -        local BFD session thinks is wrong.
> > +        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].
> >       </column>
> >
> >       <column name="bfd_status" key="remote_state"
> > @@ -485,8 +486,9 @@
> >       </column>
> >
> >       <column name="bfd_status" key="remote_diagnostic">
> > -        In case of a problem, set to a short message that reports what
> the
> > -        remote endpoint's BFD session thinks is wrong.
> > +        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].
> >       </column>
> >       </group>
> >     </group>
> > --
> > 1.7.9.5
> >
>
>



More information about the dev mailing list