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