Skip to content

Commit

Permalink
added changes to internal/juniper/juniper.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Swetha-haridasula committed Sep 24, 2024
1 parent 2bf6dd6 commit 577b4a1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions internal/juniper/juniper.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,12 @@ func (n *Namer) IsFixedFormFactor() bool {
// CommonQoSQueues is an implementation of namer.CommonQoSQueues.
func (n *Namer) CommonQoSQueues(*namer.QoSParams) (*namer.CommonQoSQueueNames, error) {
return &namer.CommonQoSQueueNames{
NC1: "7",
AF4: "6",
AF3: "4",
AF2: "3",
AF1: "2",
BE1: "0",
BE0: "1",
NC1: "NC1",
AF4: "AF4",
AF3: "AF3",
AF2: "AF2",
AF1: "AF1",
BE1: "BE1",
BE0: "BE0",
}, nil
}

0 comments on commit 577b4a1

Please sign in to comment.