summaryrefslogtreecommitdiff
path: root/sbin/dhcp6leased
AgeCommit message (Expand)Author
2024-07-11Make sure we are interested in an interface that shows up.Florian Obser
2024-07-11Be a bit more noisy in syslog on what is going on.Florian Obser
2024-07-11Write lease after we configured prefixes.Florian Obser
2024-07-11Do not show expired lease information in dhcp6leasectl.Florian Obser
2024-07-11Forgot to initialize status_code in previous.Florian Obser
2024-07-10Pass status option up.Florian Obser
2024-07-10Pass int to the *2str functions, we don't need anything fancy.Florian Obser
2024-07-10Only vis(3) the option, not the rest of the packet.Florian Obser
2024-07-09Track configured and new prefix delegations in iface.Florian Obser
2024-07-09Skip prefixes with vltime 0.Florian Obser
2024-07-09remove unnused prototypeFlorian Obser
2024-06-19Handle interfaces going down and up again.Florian Obser
2024-06-06hand PD_IAs to dhcp6leasectlFlorian Obser
2024-06-06Accept more compact forms of prefix delegation requests.Florian Obser
2024-06-05Implement lease files.Florian Obser
2024-06-05Use a loop to add request options.Florian Obser
2024-06-05unused functionFlorian Obser
2024-06-05implement removing of addresses from interfacesFlorian Obser
2024-06-05Do not try to configure an interface with prefix length 0.Florian Obser
2024-06-05Do not request a prefix with length zero.Florian Obser
2024-06-04IAIDs can start at 0.Florian Obser
2024-06-03gc v4 structFlorian Obser
2024-06-03more whitespace and knfTheo de Raadt
2024-06-03knf; pointed out by deraadtFlorian Obser
2024-06-03implement rapid commitFlorian Obser
2024-06-02sencond -> second; ok florian@Jonathan Gray
2024-06-02prev_plen is only accessed on the 2nd round through the loop.Florian Obser
2024-06-02Fix indent; pointed out by miodFlorian Obser
2024-06-02Make sure we find a link-local address and rdomainFlorian Obser
2024-06-02gc unused variableFlorian Obser
2024-06-02oops, we need to hold on to ifap for a bit longerFlorian Obser
2024-06-02fix leaksFlorian Obser
2024-06-02Unlike DHCPv4 we will only send multicast messages.Florian Obser
2024-06-02we do not poke around in udp headersFlorian Obser
2024-06-02DHCPv6 is not concerned with link layer addresses.Florian Obser
2024-06-02Implement renew & rebind.Florian Obser
2024-06-02Import dhcp6leased(8)Florian Obser