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