mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-28 14:48:18 +08:00
6 lines
70 B
Protocol Buffer
6 lines
70 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
message pbr_route {
|
||
|
repeated int32 acl_id = 10;
|
||
|
}
|