aboutsummaryrefslogtreecommitdiff
path: root/src/net/udp/dhcpv6.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-27[ipv6] Expose router address for DHCPv6 leased addressesslash128Michael Brown1-16/+95
2023-01-22[dhcp] Simplify platform-specific client architecture definitionsMichael Brown1-1/+1
2023-01-14[netdevice] Separate concept of scope ID from network device name indexMichael Brown1-1/+1
2016-07-20[ipv6] Create routing table based on IPv6 settingsMichael Brown1-16/+1
2016-07-19[ipv6] Match user expectations for IPv6 settings prioritiesMichael Brown1-0/+1
2016-07-19[dhcpv6] Expose IPv6 address setting acquired through DHCPv6Michael Brown1-18/+49
2016-07-16[ipv6] Rename ipv6_scope to dhcpv6_scopeMichael Brown1-4/+4
2016-07-04[dhcp] Automatically generate vendor class identifier stringMichael Brown1-1/+3
2016-07-04[dhcpv6] Include vendor class identifier option in DHCPv6 requestsMichael Brown1-0/+3
2016-07-04[dhcpv6] Include RFC5970 client architecture options in DHCPv6 requestsMichael Brown1-17/+19
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2014-05-23[dhcpv6] Do not set sin6_scope_id on the unspecified client socket addressMichael Brown1-1/+0
2014-02-05[dns] Support DNS search listsMichael Brown1-0/+9
2013-12-05[dhcpv6] Add DHCPv6 "filename" settingMichael Brown1-0/+10
2013-12-05[dhcpv6] Use DUID-UUID form of client DUIDMichael Brown1-20/+21
2013-12-05[dns] Add support for resolving IPv6 addresses via AAAA recordsMichael Brown1-1/+1
2013-12-05[settings] Allow for IPv6 setting types in non-IPv6 buildsMichael Brown1-5/+2
2013-12-05[settings] Explicitly separate the concept of a completed fetched settingMichael Brown1-3/+3
2013-11-15[dhcpv6] Allow stateful DHCPv6 to apply obtained IPv6 addressesMichael Brown1-6/+24
2013-11-14[dhcpv6] Add basic support for stateful and stateless DHCPv6Michael Brown1-0/+955