Skip to content

Commit 74571e0

Browse files
committed
ovs: fix SetSSLParam doc comment
1 parent 2bfa88b commit 74571e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ovs/client.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,8 @@ func Protocols(versions []string) OptionFunc {
308308
}
309309
}
310310

311-
// SetSSLParam allows additional arbitary parameters to be appended in the end
311+
// SetSSLParam configures SSL authentication using a private key, certificate,
312+
// and CA certificate for use with ovs-ofctl.
312313
func SetSSLParam(pkey string, cert string, cacert string) OptionFunc {
313314
return func(c *Client) {
314315
c.ofctlFlags = append(c.ofctlFlags, fmt.Sprintf("--private-key=%s", pkey),

0 commit comments

Comments
 (0)