TSG-13878 tsg-service-chaining-engine支持fieldstat2
This commit is contained in:
@@ -61,18 +61,11 @@ int health_check_session_set_status(int session_id, int is_active)
|
||||
return 0;
|
||||
}
|
||||
|
||||
// return 0 : success
|
||||
// return -1 : key not exist
|
||||
int health_check_session_get_ip(int session_id, char *ip_buff)
|
||||
{
|
||||
// TODO
|
||||
return 0;
|
||||
}
|
||||
|
||||
// return 0 : success
|
||||
// return -1 : key not exist
|
||||
int health_check_session_get_mac(int session_id, char *mac_buff)
|
||||
{
|
||||
strcpy(mac_buff, "66:AA:AA:AA:AA:AA");
|
||||
// TODO
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user