Skip to content

Commit

Permalink
Adding Netmask description to FUNCTIONS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kdrenard committed Jan 25, 2022
1 parent 4be804d commit d847c97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions FUNCTIONS.md
Expand Up @@ -42,6 +42,10 @@ Converts double precision number to integer.
Evaluates `condition` and executes `false_op` if the result is 0 (false)
otherwise `true_op` is executed.

### NETMASK (address[, v4_mask_length[, v6_mask_length]])

Masks the specified address using the v4 and v6 mask lengths specified in number of bits. Defaults to 24 for IPv4 and 48 for IPv6 (/24 and /48 respectively)

## String operations

### RSPLIT(string, n [, char])
Expand Down

0 comments on commit d847c97

Please sign in to comment.