Skip to content

Commit

Permalink
the integers -> integers
Browse files Browse the repository at this point in the history
Signed-off-by: Ziv Nevo <[email protected]>
  • Loading branch information
zivnevo committed Jun 24, 2024
1 parent 8355e37 commit 501d48b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
A collection of Golang packages with models for connectivity and network resources

## Packages
* **interval** - A canonical representation of a set of intervals defined over the integers
* **interval** - A canonical representation of a set of intervals defined over integers
* **ipblock** - A canonical representation of a set of IP ranges. Currently limited to IPv4
* **hypercube** - A canonical representation of a set of n-dimensional hypercubes. All dimensions are defined over the integers.
* **hypercube** - A canonical representation of a set of n-dimensional hypercubes. All dimensions are defined over integers.
* **netp** - Various structs for representing and handling common network protocols (TCP, UDP, ICMP)
* **connection** - A canonical representation of a set of connections. E.g., for representing all protocols/ports/codes permitted by a given firewall, given a specific source and destination.
* **spec** - A collection of structs for defining required connectivity. Automatically generated from a JSON schema (see below).
Expand Down

0 comments on commit 501d48b

Please sign in to comment.