feature(adapt maat): TSG_PROFILE_TRAFFIC_MIRROR adapt uuid
This commit is contained in:
@@ -49,8 +49,6 @@ struct traffic_mirror_instance
|
||||
unsigned int default_vlan_id;
|
||||
|
||||
struct maat* maat_feather;
|
||||
int policy_table_id;
|
||||
int profile_table_id;
|
||||
|
||||
/* DEFAULT MAC ADDRESS, IN VLAN MODE */
|
||||
char default_ether_addr_src;
|
||||
@@ -62,14 +60,16 @@ struct traffic_mirror_instance
|
||||
|
||||
struct policy_table_ex_data
|
||||
{
|
||||
uuid_t rule_uuid;
|
||||
uuid_t profile_uuid;
|
||||
unsigned int atomic_refcnt;
|
||||
unsigned int enable;
|
||||
unsigned int is_profile_set;
|
||||
unsigned int profile_id;
|
||||
};
|
||||
|
||||
struct profile_table_ex_data
|
||||
{
|
||||
uuid_t profile_uuid;
|
||||
unsigned int atomic_refcnt;
|
||||
unsigned int nr_targets;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user