Skip to content

Commit

Permalink
Fix review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Junchao-Mellanox committed Apr 25, 2022
1 parent c560c91 commit 5772857
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Command-Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -3274,7 +3274,7 @@ This command is used to add or update the route pattern which is used by route f

- Example:
```
admin@sonic:~$ config flowcnt-route pattern add --vrf Vrf_1 --max 50 2.2.0.0/16
admin@sonic:~$ config flowcnt-route pattern add 2.2.0.0/16 --vrf Vrf_1 --max 50
```

**config flowcnt-route pattern remove**
Expand All @@ -3288,7 +3288,7 @@ This command is used to remove the route pattern which is used by route flow cou

- Example:
```
admin@sonic:~$ config flowcnt-route pattern remove --vrf Vrf_1 2.2.0.0/16
admin@sonic:~$ config flowcnt-route pattern remove 2.2.0.0/16 --vrf Vrf_1
```


Expand Down

0 comments on commit 5772857

Please sign in to comment.