Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.

Commit b414cf5

Browse files
authored
Update README.md
1 parent bc4009d commit b414cf5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@ This library contains a collection of network-related functions for Apache Drill
1414

1515
* `getBroadcastAddress( <CIDR Block> )`: Returns the broadcast address in dotted decimal notation from a given CIDR block.
1616

17-
* `getNetmasK( <CIDR Block> )`:
17+
* `getNetmask( <CIDR Block> )`: Returns the netmask for a given CIDR Block
18+
19+
* `getLowAddress( <CIDR Block> )`: Returns the first IPv4 address in dotted decimal notation for a given CIDR Block
20+
21+
* `getHighAddress( <CIDR Block> )`: Returns the last IPv4 address in dotted decimal notation for a given CIDR Block

0 commit comments

Comments
 (0)