TSG-13878 tsg-service-chaining-engine支持fieldstat2
This commit is contained in:
@@ -79,6 +79,7 @@ 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
|
||||
@@ -124,6 +125,7 @@ void selected_chaining_destory(struct selected_chaining *chaining);
|
||||
void selected_chaining_dump(struct selected_chaining *chaining);
|
||||
void selected_chaining_bref(struct selected_chaining *chaining);
|
||||
|
||||
const char *session_action_reason_to_string(enum session_action_reason session_action_reason);
|
||||
void policy_enforce_select_chaining(struct selected_chaining *chaining, struct policy_enforcer *enforcer, struct raw_pkt_parser *parser, int policy_id, int dir_is_internal);
|
||||
|
||||
#ifdef __cpluscplus
|
||||
|
||||
Reference in New Issue
Block a user