Skip to content

Commit 2fa706e

Browse files
authored
Merge pull request #90181 from skrthomas/OCPBUGS-51127
OCPBUGS-51127: Scrubbing lingering unsupported enable filter option
2 parents 523e6b3 + 7dc7243 commit 2fa706e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/network-observability-netobserv-cli-reference.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ $ oc netobserv flows [<feature_option>] [<command_options>]
9595
.Example running flows capture on TCP protocol and port 49051 with PacketDrop and RTT features enabled:
9696
[source,terminal]
9797
----
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
9999
----
100100
[id="cli-reference-packet-capture-options_{context}"]
101101
== Packets capture options
@@ -190,5 +190,5 @@ $ oc netobserv metrics [<option>]
190190
.Example running metrics capture for TCP drops
191191
[source,terminal]
192192
----
193-
$ oc netobserv metrics --enable_pkt_drop --enable_filter --protocol=TCP
193+
$ oc netobserv metrics --enable_pkt_drop --protocol=TCP
194194
----

0 commit comments

Comments
 (0)