summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorAndrea Barberio <insomniac@slackware.it>2018-11-29 16:42:08 +0000
committerinsomniac <insomniacslk@users.noreply.github.com>2018-11-29 18:03:09 +0000
commitc1bfa9934849aa7934f14dd1a9e24780530855fc (patch)
treef5385d052509329232ea0fb8c0e2b81f64a489a4 /README.md
parent319e92b03a0b85eeaee17398b72ee759b2ccf905 (diff)
interfaces: added package with interface facilities
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9d852fc..425faa4 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,7 @@ The library is split into several parts:
* `iana`: several IANA constants, and helpers used by `dhcpv6` and `dhcpv4`
* `rfc1035label`: simple implementation of RFC1035 labels, used by `dhcpv6` and
`dhcpv4`
+* `interfaces`, a thin layer of wrappers around network interfaces
You will probably only need `dhcpv6` and/or `dhcpv4` explicitly. The rest is
pulled in automatically if necessary.