Skip to content
Snippets Groups Projects
Commit afbd2ac3 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

explicitly present the ip masking algorithm

parent c4ad1702
No related branches found
No related tags found
No related merge requests found
......@@ -595,7 +595,8 @@ prefix and the
part, and it is compared against the
.B <ip>
portion of the pattern after masking with
.BR <mask> .
.BR <mask> :
\fI((peername & <mask>) == <ip>)\fP.
As an example,
.B peername.ip=127.0.0.1
and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment