summaryrefslogtreecommitdiff
path: root/Documentation/howto
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2017-12-04 08:39:39 -0800
committerBen Pfaff <blp@ovn.org>2017-12-04 08:39:39 -0800
commit791efb36732a681aac6ec098dfedd0b2a1943d34 (patch)
treeca2107140f496de3282eb189d3790aa8a85b8cb7 /Documentation/howto
parent2450cdabf692fc2700d2bddedede9420815970a8 (diff)
downloadopenvswitch-791efb36732a681aac6ec098dfedd0b2a1943d34.tar.gz
sflow: Correctly document setup command.
Reported-by: Shivaram Mysore <shivaram.mysore@gmail.com> Signed-off-by: Ben Pfaff <blp@ovn.org> Reviewed-by: Greg Rose <gvrose8192@gmail.com>
Diffstat (limited to 'Documentation/howto')
-rw-r--r--Documentation/howto/sflow.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/howto/sflow.rst b/Documentation/howto/sflow.rst
index 1152a7db5..afe1e7ec0 100644
--- a/Documentation/howto/sflow.rst
+++ b/Documentation/howto/sflow.rst
@@ -105,7 +105,7 @@ Still on `host1`, run the following command to create an sFlow configuration
and attach it to bridge br0::
$ ovs-vsctl -- --id=@sflow create sflow agent=${AGENT_IP} \
- target="${COLLECTOR_IP}:${COLLECTOR_PORT}" header=${HEADER_BYTES} \
+ target="\"${COLLECTOR_IP}:${COLLECTOR_PORT}\"" header=${HEADER_BYTES} \
sampling=${SAMPLING_N} polling=${POLLING_SECS} \
-- set bridge br0 sflow=@sflow