Skip to content

Commit

Permalink
update func command
Browse files Browse the repository at this point in the history
  • Loading branch information
prinikasn committed Sep 21, 2023
1 parent 20c951b commit 7afdc89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/system.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ func NewSwitchControlProcessorOperation() *SwitchControlProcessorOperation {
// PathFromSubcomponentName and Path set the route processor path. These functions override each other and only
// the last function used will be applied.

// PathFromSubcomponentName sets the path for route processor to switch from the subcomponentName.
// PathFromSubcomponentName sets the path `/components/component[name=<string>]` for route processor to switch.
func (s *SwitchControlProcessorOperation) PathFromSubcomponentName(n string) *SwitchControlProcessorOperation {
s.req.ControlProcessor = &tpb.Path{
Origin: "openconfig",
Expand Down

0 comments on commit 7afdc89

Please sign in to comment.