diff --git a/proto/p4/config/v1/p4info.proto b/proto/p4/config/v1/p4info.proto index 3246f986..f590cbc6 100644 --- a/proto/p4/config/v1/p4info.proto +++ b/proto/p4/config/v1/p4info.proto @@ -311,7 +311,7 @@ message ActionProfile { // single selector group respectively. message SumOfMembers { // the maximum weight of each individual member in a group. - optional int32 max_member_weight = 1; + int32 max_member_weight = 1; } // specifies the semantics of `size` and `max_group_size` above