TSG-14484 Pxoxy支持Maat4

This commit is contained in:
fengweihao
2023-03-30 19:39:18 +08:00
parent a2a4c32384
commit df39fcda90
23 changed files with 1219 additions and 564 deletions

View File

@@ -4,6 +4,7 @@
#include <tfe_stream.h>
#include <netinet/ether.h>
#include <MESA/Maat_rule.h>
#include <MESA/maat.h>
#include <pcap/pcap.h>
enum traffic_mirror_ethdev_type
@@ -25,7 +26,7 @@ struct traffic_mirror_instance
unsigned int nr_threads;
unsigned int default_vlan_id;
Maat_feather_t maat_feather;
struct maat* maat_feather;
int policy_table_id;
int profile_table_id;