Skip to content

Commit

Permalink
Update the command to print OVS table names
Browse files Browse the repository at this point in the history
Signed-off-by: Lan Luo <luola@vmware.com>
  • Loading branch information
luolanzone committed Mar 12, 2024
1 parent daed98b commit 6c22a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/antctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ antctl get ovsflows -G GROUP_ID1,GROUP_ID2
```

OVS flow tables can be specified using table names, or the table numbers.
`antctl get ovsflow --help` lists all Antrea flow tables. For more information
`antctl get ovsflows --table-names-only` lists all Antrea flow tables. For more information
about Antrea OVS pipeline and flows, please refer to the [OVS pipeline doc](design/ovs-pipeline.md).

Example outputs of dumping Pod and NetworkPolicy OVS flows:
Expand Down

0 comments on commit 6c22a2e

Please sign in to comment.