Skip to content

Commit

Permalink
cmds/core/ip: use group parameter in link set command
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Wienand <[email protected]>
  • Loading branch information
Fabian Wienand authored and RiSKeD committed Oct 17, 2024
1 parent a3bd09b commit 7a89594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmds/core/ip/link_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func (cmd *cmd) linkSet() error {
case "txqueuelen", "txqlen":
return cmd.setLinkTxQLen(iface)
case "group":

return cmd.setLinkGroup(iface)
}
}

Expand Down

0 comments on commit 7a89594

Please sign in to comment.