[ovs-git] [openvswitch/ovs] 678186: ofproto-dpif-xlate: Allow sending BFD messages whe...

GitHub noreply at github.com
Thu Mar 9 20:56:54 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 67818616310f2ae12a5e44d30c15cb4af52237ca
      https://github.com/openvswitch/ovs/commit/67818616310f2ae12a5e44d30c15cb4af52237ca
  Author: Mika Vaisanen <mika.vaisanen at gmail.com>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
    M ofproto/ofproto-dpif-xlate.c
    M tests/bfd.at
    M tests/cfm.at

  Log Message:
  -----------
  ofproto-dpif-xlate: Allow sending BFD messages when STP port is not forwarding.

Interworking of BFD and RSTP does not work, as currently BFD messages
are dropped if RSTP port is not in forwarding mode. To correct this
problem, an extra check is added to allow BFD messages to be sent even
when rstp_forward_state is false.

[Committer notes]

Shifted logic checks out into a separate else if {} condition, extended
to CFM and added CFM test case.

Signed-off-by: Mika Vaisanen <mika.vaisanen at gmail.com>
Signed-off-by: Joe Stringer <joe at ovn.org>
Acked-by: Jarno Rajahalme <jarno at ovn.org>


  Commit: 2e0b0a4ace8e77e804118e5875c0d81b3e63bd08
      https://github.com/openvswitch/ovs/commit/2e0b0a4ace8e77e804118e5875c0d81b3e63bd08
  Author: Joe Stringer <joe at ovn.org>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
    M AUTHORS.rst

  Log Message:
  -----------
  AUTHORS: Add Mika Väisänen.

Signed-off-by: Joe Stringer <joe at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/bddbdd432571...2e0b0a4ace8e


More information about the git mailing list