diff options
author | Andrea Barberio <insomniac@slackware.it> | 2018-11-29 16:42:08 +0000 |
---|---|---|
committer | insomniac <insomniacslk@users.noreply.github.com> | 2018-11-29 18:03:09 +0000 |
commit | c1bfa9934849aa7934f14dd1a9e24780530855fc (patch) | |
tree | f5385d052509329232ea0fb8c0e2b81f64a489a4 /README.md | |
parent | 319e92b03a0b85eeaee17398b72ee759b2ccf905 (diff) |
interfaces: added package with interface facilities
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |