Go to file
2024-08-24 19:06:22 +02:00
src Skip serialization for empty fields 2024-08-24 19:06:22 +02:00
.gitignore Init repo 2024-08-22 21:43:29 +02:00
Cargo.lock Automatically generate yaml output 2024-08-24 19:03:13 +02:00
Cargo.toml Automatically generate yaml output 2024-08-24 19:03:13 +02:00
README.md Explain usage in README 2024-08-24 18:04:00 +02:00

dhcpv6stateless

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.

References