Explain usage in README
This commit is contained in:
parent
daa9bb04af
commit
1ea4715b59
12
README.md
12
README.md
@ -2,6 +2,18 @@
|
|||||||
|
|
||||||
This -thing- is doing a DHCPv6 INFORMATION-REQUEST, waits for a response and displays it.
|
This -thing- is doing a DHCPv6 INFORMATION-REQUEST, waits for a response and displays it.
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
Pass the interface name as the first parameter:
|
||||||
|
|
||||||
|
```
|
||||||
|
dhcpv6stateless wlp3s0
|
||||||
|
```
|
||||||
|
|
||||||
|
## Logging
|
||||||
|
|
||||||
|
Logging is handled by [Rust env_logger](https://docs.rs/env_logger/latest/env_logger/).
|
||||||
|
|
||||||
## References
|
## References
|
||||||
|
|
||||||
- <https://datatracker.ietf.org/doc/html/rfc8415#section-6.1>
|
- <https://datatracker.ietf.org/doc/html/rfc8415#section-6.1>
|
||||||
|
Loading…
Reference in New Issue
Block a user