使用一个API同时获取第三方设备状态和MAC Address

This commit is contained in:
luwenpeng
2023-03-13 14:20:37 +08:00
parent b2070bacba
commit 5c9fb536c5
5 changed files with 6 additions and 51 deletions

View File

@@ -39,7 +39,6 @@ enum session_action_reason
ACTION_BYPASS_DUE_UNAVAILABLE_ACTION = 0x13,
ACTION_BYPASS_DUE_FAILURE_ACTION = 0x14,
ACTION_BYPASS_DUE_INVALID_POLICY = 0x15,
ACTION_BYPASS_DUE_INVALID_SF_MAC = 0x16,
ACTION_BLOCK_DUE_UNAVAILABLE_ACTION = 0x21,
ACTION_BLOCK_DUE_FAILURE_ACTION = 0x22,
@@ -79,7 +78,6 @@ struct connectivity
int int_vlan_tag;
int ext_vlan_tag;
char dest_ip[64];
char dest_mac[32]; // CM does not send this field, but only reads it from json, which is used for debugging
};
struct selected_sf