index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
dhcp6leased
Age
Commit message (
Expand
)
Author
2024-07-11
Make sure we are interested in an interface that shows up.
Florian Obser
2024-07-11
Be a bit more noisy in syslog on what is going on.
Florian Obser
2024-07-11
Write lease after we configured prefixes.
Florian Obser
2024-07-11
Do not show expired lease information in dhcp6leasectl.
Florian Obser
2024-07-11
Forgot to initialize status_code in previous.
Florian Obser
2024-07-10
Pass status option up.
Florian Obser
2024-07-10
Pass int to the *2str functions, we don't need anything fancy.
Florian Obser
2024-07-10
Only vis(3) the option, not the rest of the packet.
Florian Obser
2024-07-09
Track configured and new prefix delegations in iface.
Florian Obser
2024-07-09
Skip prefixes with vltime 0.
Florian Obser
2024-07-09
remove unnused prototype
Florian Obser
2024-06-19
Handle interfaces going down and up again.
Florian Obser
2024-06-06
hand PD_IAs to dhcp6leasectl
Florian Obser
2024-06-06
Accept more compact forms of prefix delegation requests.
Florian Obser
2024-06-05
Implement lease files.
Florian Obser
2024-06-05
Use a loop to add request options.
Florian Obser
2024-06-05
unused function
Florian Obser
2024-06-05
implement removing of addresses from interfaces
Florian Obser
2024-06-05
Do not try to configure an interface with prefix length 0.
Florian Obser
2024-06-05
Do not request a prefix with length zero.
Florian Obser
2024-06-04
IAIDs can start at 0.
Florian Obser
2024-06-03
gc v4 struct
Florian Obser
2024-06-03
more whitespace and knf
Theo de Raadt
2024-06-03
knf; pointed out by deraadt
Florian Obser
2024-06-03
implement rapid commit
Florian Obser
2024-06-02
sencond -> second; ok florian@
Jonathan Gray
2024-06-02
prev_plen is only accessed on the 2nd round through the loop.
Florian Obser
2024-06-02
Fix indent; pointed out by miod
Florian Obser
2024-06-02
Make sure we find a link-local address and rdomain
Florian Obser
2024-06-02
gc unused variable
Florian Obser
2024-06-02
oops, we need to hold on to ifap for a bit longer
Florian Obser
2024-06-02
fix leaks
Florian Obser
2024-06-02
Unlike DHCPv4 we will only send multicast messages.
Florian Obser
2024-06-02
we do not poke around in udp headers
Florian Obser
2024-06-02
DHCPv6 is not concerned with link layer addresses.
Florian Obser
2024-06-02
Implement renew & rebind.
Florian Obser
2024-06-02
Import dhcp6leased(8)
Florian Obser