feat: Add dedicated QoS flow

This commit is contained in:
Sukchan Lee 2020-12-31 21:07:08 -05:00
parent 65aea5ebf2
commit 235a041b8d
205 changed files with 6053 additions and 3831 deletions

View file

@ -23,7 +23,7 @@ typedef struct OpenAPI_eth_flow_description_s {
char *dest_mac_addr;
char *eth_type;
char *f_desc;
struct OpenAPI_flow_direction_s *f_dir;
OpenAPI_flow_direction_e f_dir;
char *source_mac_addr;
OpenAPI_list_t *vlan_tags;
char *src_mac_addr_end;
@ -34,7 +34,7 @@ OpenAPI_eth_flow_description_t *OpenAPI_eth_flow_description_create(
char *dest_mac_addr,
char *eth_type,
char *f_desc,
OpenAPI_flow_direction_t *f_dir,
OpenAPI_flow_direction_e f_dir,
char *source_mac_addr,
OpenAPI_list_t *vlan_tags,
char *src_mac_addr_end,