summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorGiulio Fidente <gfidente@redhat.com>2016-01-22 17:55:03 +0100
committerGiulio Fidente <gfidente@redhat.com>2016-01-22 18:01:49 +0100
commitd85aec41a3b57a13f16086cc1ff7ed2fe09602b8 (patch)
tree127bf0bab1c21e591ff0485c2374777670d4e24a /README.markdown
parent2a510169d6eb8be7155064e2b9569227e65f7d3c (diff)
downloadpuppet-stdlib-d85aec41a3b57a13f16086cc1ff7ed2fe09602b8.tar.gz
puppet-stdlib-d85aec41a3b57a13f16086cc1ff7ed2fe09602b8.tar.bz2
Add is_ipv4_address and is_ipv6_address functions
These are useful when making decisions based on the type of IP address received.
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 559a6a0..4417733 100644
--- a/README.markdown
+++ b/README.markdown
@@ -518,6 +518,14 @@ Returns 'true' if the variable returned to this string is an integer. *Type*: rv
Returns 'true' if the string passed to this function is a valid IP address. *Type*: rvalue.
+#### `is_ipv6_address`
+
+Returns 'true' if the string passed to this function is a valid IPv6 address. *Type*: rvalue.
+
+#### `is_ipv4_address`
+
+Returns 'true' if the string passed to this function is a valid IPv4 address. *Type*: rvalue.
+
#### `is_mac_address`
Returns 'true' if the string passed to this function is a valid MAC address. *Type*: rvalue.