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
pull/54482/head
b-abadie 6 years ago committed by Alicia Cozine
parent 7dea316c81
commit 9e6b6385e8

@ -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…
Cancel
Save