[ovs-git] [openvswitch/ovs] 7af77b: bridge: Enable RSTP if both STP and RSTP are enabl...

GitHub noreply at github.com
Fri Mar 6 04:20:58 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 7af77bbd045707d6036578d40db3dec45242405a
      https://github.com/openvswitch/ovs/commit/7af77bbd045707d6036578d40db3dec45242405a
  Author: Ben Pfaff <blp at nicira.com>
  Date:   2015-03-05 (Thu, 05 Mar 2015)

  Changed paths:
    M vswitchd/bridge.c

  Log Message:
  -----------
  bridge: Enable RSTP if both STP and RSTP are enabled.

Until now, if both STP and RSTP were enabled, ovs-vswitchd would actually
enable only the one it first noticed to be enabled, and actually turn off
the setting for the other one in the database (!).  This doesn't match
ovs-vswitchd behavior for other contradictory configurations, so this
commit changes its behavior so that, if both are enabled, RSTP takes
precedence.

Reported-by: Daniele Venturino <daniele.venturino at m3s.it>
Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Ansis Atteka <aatteka at nicira.com>




More information about the git mailing list