Commit 010575c
base-files: correct global DHCP DUID generation
The old command generates an often incorrect variable length UUID
instead of a fixed 16-octet hex string.
Ref: https://datatracker.ietf.org/doc/html/rfc8415#section-11.5
Signed-off-by: Alice H. <[email protected]>1 parent 412bc7e commit 010575c
File tree
1 file changed
+1
-1
lines changed- package/base-files/files/etc/uci-defaults
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments