summaryrefslogtreecommitdiffhomepage
path: root/examples/client6/README.md
diff options
context:
space:
mode:
authorAndrea Barberio <insomniac@slackware.it>2019-01-28 10:47:25 +0000
committerinsomniac <insomniacslk@users.noreply.github.com>2019-01-28 11:21:18 +0000
commit89df4777a1687cf4d796afc91b30fa0beee7506d (patch)
tree43976d43185df5bf610104c2f1466e309dcb28e0 /examples/client6/README.md
parent51ac989e85d13beda9cb304fb85e0aff18e9cd98 (diff)
Created examples directory and adjusted README
Diffstat (limited to 'examples/client6/README.md')
-rw-r--r--examples/client6/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/client6/README.md b/examples/client6/README.md
new file mode 100644
index 0000000..5fa7bfa
--- /dev/null
+++ b/examples/client6/README.md
@@ -0,0 +1,5 @@
+# DHCPv6 client
+
+A minimal DHCPv6 client can be implemented in a few lines of code, by using the default
+client parameters. The example in [main.go](./main.go) lets you specify the
+interface to send packets through, and defaults to `eth0`.