|
@@ -405,6 +405,8 @@ static int main_config_parser_cb(const char *path,
|
|
|
icmap_set_uint32(path, i);
|
|
icmap_set_uint32(path, i);
|
|
|
add_as_string = 0;
|
|
add_as_string = 0;
|
|
|
}
|
|
}
|
|
|
|
|
+ break;
|
|
|
|
|
+
|
|
|
case MAIN_CP_CB_DATA_STATE_INTERFACE:
|
|
case MAIN_CP_CB_DATA_STATE_INTERFACE:
|
|
|
if (strcmp(path, "totem.interface.ringnumber") == 0) {
|
|
if (strcmp(path, "totem.interface.ringnumber") == 0) {
|
|
|
data->ringnumber = atoi(value);
|
|
data->ringnumber = atoi(value);
|