mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2025-01-14 09:17:55 +08:00
6 lines
70 B
Protocol Buffer
6 lines
70 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
message pbr_route {
|
||
|
repeated int32 acl_id = 10;
|
||
|
}
|