Merge pull request #29271 from kebroad/patch-1
Fixed cidrhost() example 1 and 2 with correct function parameter
This commit is contained in:
commit
b574c03dd1
|
@ -42,9 +42,9 @@ for backward compatibility, but recommend against relying on this behavior.
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
```
|
```
|
||||||
> cidrhost("10.12.127.0/20", 16)
|
> cidrhost("10.12.112.0/20", 16)
|
||||||
10.12.112.16
|
10.12.112.16
|
||||||
> cidrhost("10.12.127.0/20", 268)
|
> cidrhost("10.12.112.0/20", 268)
|
||||||
10.12.113.12
|
10.12.113.12
|
||||||
> cidrhost("fd00:fd12:3456:7890:00a2::/72", 34)
|
> cidrhost("fd00:fd12:3456:7890:00a2::/72", 34)
|
||||||
fd00:fd12:3456:7890::22
|
fd00:fd12:3456:7890::22
|
||||||
|
|
Loading…
Reference in New Issue