Permalink
1 comment
on commit
Please
sign in to comment.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add ia_pd_suffix option
First pass of adding an option to allow customization of the suffix used on an address when configuring a new delegated prefix.
- Loading branch information
Showing
with
40 additions
and 6 deletions.
- +11 −0 dhcpcd.conf.5.in
- +16 −1 if-options.c
- +1 −0 if-options.h
- +12 −5 ipv6.c
1 comment
on commit c6ab85d
This comment has been minimized.
This comment has been minimized.
|
While I'm happy with the idea, I dislike the approach because this would also affect creating SLAAC addresses from the RA. |
You need to check malloc worked here.