Merge branch 'feature/0-220629' into 'develop'
相关字段缺少分号,加上 See merge request project/proto/dataflow!2
This commit is contained in:
commit
4bccad3eec
|
@ -9,10 +9,10 @@ package dataflow;
|
||||||
|
|
||||||
message AppFlow {
|
message AppFlow {
|
||||||
int32 table_id = 1; //编号17
|
int32 table_id = 1; //编号17
|
||||||
uint32 src_ip = 2
|
uint32 src_ip = 2;
|
||||||
uint32 src_port = 3;
|
uint32 src_port = 3;
|
||||||
uint32 dst_ip = 4;
|
uint32 dst_ip = 4;
|
||||||
uint32 dst_port = 5
|
uint32 dst_port = 5;
|
||||||
uint32 s_tv_sec = 6;
|
uint32 s_tv_sec = 6;
|
||||||
uint32 s_tv_usec = 7;
|
uint32 s_tv_usec = 7;
|
||||||
uint32 l_tv_sec = 8;
|
uint32 l_tv_sec = 8;
|
||||||
|
@ -32,4 +32,4 @@ message AppFlow {
|
||||||
int32 vlan_id = 22;
|
int32 vlan_id = 22;
|
||||||
int32 mpls_label = 23;
|
int32 mpls_label = 23;
|
||||||
int32 tos = 24;
|
int32 tos = 24;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user