Merge branch 'feature/0-220629' into 'develop'

相关字段缺少分号,加上

See merge request project/proto/dataflow!2
This commit is contained in:
黄思敏 2022-07-04 01:52:28 +00:00
commit 4bccad3eec

View File

@ -9,10 +9,10 @@ package dataflow;
message AppFlow {
int32 table_id = 1; //17
uint32 src_ip = 2
uint32 src_ip = 2;
uint32 src_port = 3;
uint32 dst_ip = 4;
uint32 dst_port = 5
uint32 dst_port = 5;
uint32 s_tv_sec = 6;
uint32 s_tv_usec = 7;
uint32 l_tv_sec = 8;