Skip to content

Commit c270fdd

Browse files
authored
remove useless enable filter option in doc (#214)
1 parent c542057 commit c270fdd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/netobserv_cli.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
----

scripts/generate-doc.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ echo "
7575
.Example running flows capture on TCP protocol and port 49051 with PacketDrop and RTT features enabled:
7676
[source,terminal]
7777
----
78-
$ oc netobserv flows --enable_pkt_drop --enable_rtt --enable_filter --action=Accept --cidr=0.0.0.0/0 --protocol=TCP --port=49051
78+
$ oc netobserv flows --enable_pkt_drop --enable_rtt --action=Accept --cidr=0.0.0.0/0 --protocol=TCP --port=49051
7979
----"
8080

8181
# packets table
@@ -125,7 +125,7 @@ echo "
125125
.Example running metrics capture for TCP drops
126126
[source,terminal]
127127
----
128-
$ oc netobserv metrics --enable_pkt_drop --enable_filter --protocol=TCP
128+
$ oc netobserv metrics --enable_pkt_drop --protocol=TCP
129129
----"
130130
} >> $ADOC
131131

0 commit comments

Comments
 (0)