Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fff59db

Browse files
jiacaolguohan
authored andcommittedDec 24, 2016
Fix p4 qos scheduler query (#2)
1 parent c559036 commit fff59db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎switchsai/src/saiport.c

+3
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,9 @@ sai_status_t sai_get_port_attribute(
251251
case SAI_PORT_ATTR_QOS_NUMBER_OF_QUEUES:
252252
attr->value.u32list.count = 0;
253253
break;
254+
case SAI_PORT_ATTR_QOS_NUMBER_OF_SCHEDULER_GROUPS:
255+
attr->value.u32list.count = 0;
256+
break;
254257
default:
255258
status = SAI_STATUS_NOT_SUPPORTED;
256259
break;

0 commit comments

Comments
 (0)
Failed to load comments.