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 {
|
||||
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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user