openwrt / odhcp6c

This repository is a mirror of https://git.openwrt.org/?p=project/odhcp6c.git. It is for reference only and is not active for checks-ins or reporting issues; issues should be reported at: https://bugs.openwrt.org. Pull requests will be accepted which will be merged in odhcp6c.git
GNU General Public License v2.0
78 stars 84 forks source link

dhcpv6c: exportable DUID #73

Open shenek opened 2 years ago

shenek commented 2 years ago

Adds a cmdline argument -C <path> which exports the current DUID (per interface) to a file.

The main reason for this is that when DUID is generated by odhcp6c, it is not possible for other programs to detect which DUID is actually used.

Signed-off-by: Stepan Henek stepan.henek@nic.cz