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

GitHub noreply at github.com
Thu Mar 9 21:32:26 UTC 2017


  Branch: refs/heads/branch-2.6
  Home:   https://github.com/openvswitch/ovs
  Commit: 1b89094de85e1b19bcc271768bd8dae9fbcd1fd9
      https://github.com/openvswitch/ovs/commit/1b89094de85e1b19bcc271768bd8dae9fbcd1fd9
  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: 0c15fbd82e4942583438e4cea3bd2f8a5e905d7b
      https://github.com/openvswitch/ovs/commit/0c15fbd82e4942583438e4cea3bd2f8a5e905d7b
  Author: Joe Stringer <joe at ovn.org>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
    M AUTHORS

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

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


Compare: https://github.com/openvswitch/ovs/compare/f512038d3cc0...0c15fbd82e49


More information about the git mailing list