File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ $ oc netobserv flows [<feature_option>] [<command_options>]
95
95
.Example running flows capture on TCP protocol and port 49051 with PacketDrop and RTT features enabled:
96
96
[source,terminal]
97
97
----
98
- $ oc netobserv flows --enable_pkt_drop --enable_rtt --enable_filter -- action=Accept --cidr=0.0.0.0/0 --protocol=TCP --port=49051
98
+ $ oc netobserv flows --enable_pkt_drop --enable_rtt --action=Accept --cidr=0.0.0.0/0 --protocol=TCP --port=49051
99
99
----
100
100
[id="cli-reference-packet-capture-options_{context}"]
101
101
== Packets capture options
@@ -190,5 +190,5 @@ $ oc netobserv metrics [<option>]
190
190
.Example running metrics capture for TCP drops
191
191
[source,terminal]
192
192
----
193
- $ oc netobserv metrics --enable_pkt_drop --enable_filter -- protocol=TCP
193
+ $ oc netobserv metrics --enable_pkt_drop --protocol=TCP
194
194
----
You can’t perform that action at this time.
0 commit comments