lib/rstp: Use RSTP_OPER_P2P_MAC_STATE_ENABLED instead of 1.
authorDaniele Venturino <daniele.venturino@m3s.it>
Wed, 10 Sep 2014 16:28:00 +0000 (16:28 +0000)
committerJarno Rajahalme <jrajahalme@nicira.com>
Wed, 10 Sep 2014 16:21:20 +0000 (09:21 -0700)
Signed-off by: Daniele Venturino <daniele.venturino@m3s.it>
Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
lib/rstp.c

index 5914a1d..b213b44 100644 (file)
@@ -951,7 +951,8 @@ rstp_initialize_port_defaults__(struct rstp_port *p)
 {
     rstp_port_set_administrative_bridge_port__(p,
                                          RSTP_ADMIN_BRIDGE_PORT_STATE_ENABLED);
-    rstp_port_set_oper_point_to_point_mac__(p, 1);
+    rstp_port_set_oper_point_to_point_mac__(p,
+                                         RSTP_OPER_P2P_MAC_STATE_ENABLED);
     rstp_port_set_path_cost__(p, RSTP_DEFAULT_PORT_PATH_COST);
     rstp_port_set_admin_edge__(p, false);
     rstp_port_set_auto_edge__(p, true);