@@ -49,21 +49,21 @@ int ws_bbr_start(int8_t interface_id, int8_t backbone_interface_id);
49
49
* Border router configuration options
50
50
*/
51
51
#define BBR_ULA_C 0x0001 /**< Static ULA prefix created automatically */
52
- #define BBR_GUA_C 0x0002 /**< Routable prefix is learned from the backbone */
53
- #define BBR_GUA_ROUTE 0x0004 /**< More specific route is added for GUA prefix */
54
- #define BBR_GUA_SLAAC 0x0008 /**< Use SLAAC addressing in routable prefix */
55
- #define BBR_GUA_WAIT 0x0010 /**< Wait backbone availability before starting RPL dodag */
56
- #define BBR_BB_WAIT 0x0020 /**< Wait backbone availability before starting Wi-SUN network */
52
+ #define BBR_GUA_ROUTE 0x0002 /**< More specific route is added for GUA prefix */
53
+ #define BBR_BB_WAIT 0x0004 /**< Wait backbone availability before starting Wi-SUN network */
54
+
55
+ /*Deprecated configuration values */
56
+ #define BBR_GUA_C 0x0000 /**< Routable prefix is learned from the backbone */
57
+ #define BBR_GUA_SLAAC 0x0000 /**< Use SLAAC addressing in routable prefix */
58
+ #define BBR_GUA_WAIT 0x0000 /**< Wait backbone availability before startingRPL dodag */
59
+
57
60
/**
58
61
* Configure border router features.
59
62
*
60
63
* \param interface_id interface ID of the Wi-SUN network
61
64
* \param options Options configured to Border router
62
- * BBR_ULA_C Configure Mesh local ULA prefix with SLAAC address (default)
63
- * BBR_GUA_C Configure GUA/ULA prefix from backbone to RPL (default)
64
- * BBR_GUA_ROUTE Add more specific route for GUA (default)
65
- * BBR_GUA_SLAAC Use SLAAC address generation in GUA prefix
66
- * BBR_GUA_WAIT Start RPL root only when GUA is available
65
+ * BBR_ULA_C Configure Mesh local ULA prefix with SLAAC address
66
+ * BBR_GUA_ROUTE Add more specific route for GUA
67
67
* BBR_BB_WAIT Start Wi-SUN network only when backbone is ready
68
68
*
69
69
* By default Wi-SUN network is started and is treated as separate interface even if backbone is not available.
0 commit comments