Merge pull request #10762 from jamesgoodhouse/fix_website_typo

fix interpolation syntax typo for website docs
This commit is contained in:
Clint 2016-12-15 11:17:10 -06:00 committed by GitHub
commit c2322b1e55
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ The supported built-in functions are:
* `cidrnetmask(iprange)` - Takes an IP address range in CIDR notation
and returns the address-formatted subnet mask format that some
systems expect for IPv4 interfaces. For example,
`cidrmask("10.0.0.0/8")` returns `255.0.0.0`. Not applicable
`cidrnetmask("10.0.0.0/8")` returns `255.0.0.0`. Not applicable
to IPv6 networks since CIDR notation is the only valid notation for
IPv4.