Skip to content

Commit

Permalink
ipnet and uuid funcs
Browse files Browse the repository at this point in the history
  • Loading branch information
trujillo-adam committed Jan 29, 2025
1 parent d8fa10e commit b417aba
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
page_title: cidrhost - Functions - Configuration Language
page_title: cidrhost function reference
description: |-
The cidrhost function calculates a full host IP address within a given
IP network address prefix.
The `cidrhost` function calculates a full host IP address in a given
IP network address prefix. Learn how to use the `ciderhost` function in Packer templates.
---

# `cidrhost` Function
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
page_title: cidrnetmask - Functions - Configuration Language
page_title: cidrnetmask function reference
description: |-
The cidrnetmask function converts an IPv4 address prefix given in CIDR
notation into a subnet mask address.
The `cidrnetmask` function converts an IPv4 address prefix given in CIDR
notation into a subnet mask address. Learn how to use the `cidernetmask` function in Packer templates.
---

# `cidrnetmask` Function
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
page_title: cidrsubnet - Functions - Configuration Language
page_title: cidrsubnet function reference
description: |-
The cidrsubnet function calculates a subnet address within a given IP network
address prefix.
The `cidrsubnet` function calculates a subnet address within a given IP network
address prefix. Learn how to use the `cidersubnet` function in Packer templates.
---

# `cidrsubnet` Function
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
page_title: cidrsubnets - Functions - Configuration Language
page_title: cidrsubnets function reference
description: |-
The cidrsubnets function calculates a sequence of consecutive IP address
ranges within a particular CIDR prefix.
The `cidrsubnets` function calculates a sequence of consecutive IP address
ranges in a CIDR prefix. Learn how to use the `cidersubnets` function in Packer templates.
---

# `cidrsubnets` Function
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
page_title: v4 - uuid - Functions - Configuration Language
description: The uuidv4 function generates a unique ID.
page_title: uuidv4 function reference
description: The `uuidv4` function generates a unique string ID according to RFC 4122 version 4. Learn how to use the `uuidv4` function in Packer templates.
---

# `uuidv4` Function
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
page_title: uuidv5 - Functions - Configuration Language
page_title: uuidv5 function reference
description: |-
The uuidv5 function generates a uuid v5 string representation of the value in
the specified namespace.
The `uuidv5` function generates a unique name-based ID for the value according to RFC 4122 version 5. Learn how to use the `uuidv5` function in Packer templates.
---

# `uuidv5` Function
Expand Down

0 comments on commit b417aba

Please sign in to comment.