Fix example on address | ipsubnet(20) usage (#54388)
<!--- Your description here --> `192.168.128.0/20` does not contain `192.168.144.5`, the correct subnet is `192.168.144.0/20` (which is what is rendered on my test template). +label: docsite_pr
This commit is contained in:
parent
7dea316c81
commit
9e6b6385e8
1 changed files with 1 additions and 1 deletions
|
@ -479,7 +479,7 @@ the first argument, the ``ipsubnet()`` filter will instead return the biggest su
|
|||
contains that given IP address::
|
||||
|
||||
# {{ address | ipsubnet(20) }}
|
||||
192.168.128.0/20
|
||||
192.168.144.0/20
|
||||
|
||||
By specifying an index number as a second argument, you can select smaller and
|
||||
smaller subnets::
|
||||
|
|
Loading…
Reference in a new issue