Skip to content

Commit d1ae829

Browse files
committed
sflow: Write "sFlow" as "sFlow(R)" in documentation.
The sFlow license requires sFlow to be written as sFlow(R) for the first reference in user documentation, so this commit implements that. Suggested by Justin Pettit.
1 parent 216114e commit d1ae829

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ What is Open vSwitch?
66
Open vSwitch is a multilayer software switch licensed under the open
77
source Apache 2 license. Our goal is to implement a production
88
quality switch platform that supports standard management interfaces
9-
(e.g. NetFlow, sFlow, RSPAN, ERSPAN, IOS-like CLI), and opens the
9+
(e.g. NetFlow, sFlow(R), RSPAN, ERSPAN, IOS-like CLI), and opens the
1010
forwarding functions to programmatic extension and control.
1111

1212
Open vSwitch is well suited to function as a virtual switch in VM

vswitchd/ovs-vswitchd.8.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Port mirroring, with optional VLAN tagging.
4848
NetFlow v5 flow logging.
4949
.
5050
.IP \(bu
51-
sFlow monitoring.
51+
sFlow(R) monitoring.
5252
.
5353
.IP \(bu
5454
Connectivity to an external OpenFlow controller, such as NOX.

vswitchd/ovs-vswitchd.conf.5.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ netflow.mybr.host=nflow.example.com:9995
460460
.fi
461461
.RE
462462
.SS "sFlow Monitoring"
463-
sFlow is a protocol for monitoring switches. A bridge may be
463+
sFlow(R) is a protocol for monitoring switches. A bridge may be
464464
configured to send sFlow records to sFlow collectors by defining the
465465
key \fBsflow.\fIbridge\fB.host\fR for each collector in the form
466466
\fIip\fR[\fB:\fIport\fR]. Records from \fIbridge\fR will be sent to

0 commit comments

Comments
 (0)