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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cgivre authored Nov 6, 2016
1 parent bc4009d commit b414cf5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ This library contains a collection of network-related functions for Apache Drill

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

* `getNetmasK( <CIDR Block> )`:
* `getNetmask( <CIDR Block> )`: Returns the netmask for a given CIDR Block

* `getLowAddress( <CIDR Block> )`: Returns the first IPv4 address in dotted decimal notation for a given CIDR Block

* `getHighAddress( <CIDR Block> )`: Returns the last IPv4 address in dotted decimal notation for a given CIDR Block

0 comments on commit b414cf5

Please sign in to comment.