Skip to content

Commit

Permalink
Fix doc IP address caught in version update. Fixes #420
Browse files Browse the repository at this point in the history
  • Loading branch information
vanosg committed Jul 8, 2017
1 parent 030cc50 commit e788da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx_source/mainDocs/tcl-commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2426,7 +2426,7 @@ matchcidr <block> <address> <prefix>

Description: performs a cidr match on the specified ip addresses. IPv6 is supported, if enabled at compile time.

Example: matchcidr 192.1.8.2.0 192.1.8.2.17 16
Example: matchcidr 192.168.0.0 192.168.1.17 16

Returns: 1 if the address matches the block prefix, 0 otherwise.

Expand Down

0 comments on commit e788da5

Please sign in to comment.