Merge pull request #29271 from kebroad/patch-1

Fixed cidrhost() example 1 and 2 with correct function parameter
pull/29420/head
Laura Pacilio 5 years ago committed by GitHub
commit b574c03dd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,9 +42,9 @@ for backward compatibility, but recommend against relying on this behavior.
## Examples
```
> cidrhost("10.12.127.0/20", 16)
> cidrhost("10.12.112.0/20", 16)
10.12.112.16
> cidrhost("10.12.127.0/20", 268)
> cidrhost("10.12.112.0/20", 268)
10.12.113.12
> cidrhost("fd00:fd12:3456:7890:00a2::/72", 34)
fd00:fd12:3456:7890::22

Loading…
Cancel
Save