Mercurial > hg > dhcpcd
graph
-
On carrier down, rebuild routes and expire RA's if keeping IP addressses. draftFri, 01 May 2015 15:52:34 +0000, by Roy Marples
-
If config file changed, drop leases and re-disover. draftFri, 01 May 2015 12:39:06 +0000, by Roy Marples
-
Move address learning into a separate function for future use. draftFri, 01 May 2015 12:34:07 +0000, by Roy Marples
-
Add initial support for keeping addresses at carrier down for supported platforms. draftFri, 01 May 2015 09:53:45 +0000, by Roy Marples
-
Fix compile and warnings on Linux for prior patch. draftFri, 01 May 2015 09:52:04 +0000, by Roy Marples
-
Support IN_IFF_TENTATIVE and IN_IFF_DUPLICATED on NetBSD. draftFri, 01 May 2015 09:41:54 +0000, by Roy Marples
-
Let arp_new take an address so we never have duplicate draftFri, 01 May 2015 08:10:16 +0000, by Roy Marples
-
Ensure errno is set if we dont find an interface. draftThu, 30 Apr 2015 10:18:45 +0000, by Roy Marples
-
Make finding interfaces take an interface list rather than a dhcpcd_ctx. draftThu, 30 Apr 2015 10:16:06 +0000, by Roy Marples
-
Move carrier state higher up the interface preference for sorting. draftFri, 24 Apr 2015 09:21:47 +0000, by Roy Marples
-
Add dhcpcd_drop function to reduce code complexity. draftFri, 24 Apr 2015 09:18:42 +0000, by Roy Marples
-
Give up on _BSD_SOURCE and use _GNU_SOURCE for Linux. draftMon, 20 Apr 2015 09:02:58 +0000, by Roy Marples
-
BSD handles a subnet route for addresses of /32. draftThu, 16 Apr 2015 16:08:24 +0000, by Roy Marples
-
Ensure static routes are in multiples of 8 and the destination is not the default route as noted in RFC2132 5.8 draftThu, 16 Apr 2015 15:31:28 +0000, by Roy Marples
-
Store a host route as the kernel would like it, rather than varying forms of draftWed, 15 Apr 2015 22:02:15 +0000, by Roy Marples
-
Fix routing generation when we receive a host route over CSR. draftWed, 15 Apr 2015 21:09:40 +0000, by Roy Marples
-
Fix a segfault when finding a route without an interface. draftSun, 12 Apr 2015 08:57:13 +0000, by Roy Marples
-
Only take into account useable IPv6 public addresses. draftTue, 07 Apr 2015 21:16:31 +0000, by Roy Marples
-
No point in sending Maximum Message Size DHCP option for BOOTP messages. draftTue, 07 Apr 2015 08:41:18 +0000, by Roy Marples
-
The bootp option will stop sending the DHCP Message Type option. draftMon, 06 Apr 2015 13:07:19 +0000, by Roy Marples
-
Remove sockaddr_storage reference in sockaddr unions as the other addresses draftSun, 05 Apr 2015 21:50:53 +0000, by Roy Marples
-
Check the magic cookie when retreiving an option. draftSun, 05 Apr 2015 16:28:54 +0000, by Roy Marples
-
If we receieve an RA without a public prefix but with the Managed flag set, draftSat, 04 Apr 2015 21:40:47 +0000, by Roy Marples
-
Instead of not installed a default route for RA's that don't have public draftSat, 04 Apr 2015 20:43:08 +0000, by Roy Marples
-
If a IPv6 router claims it's a valid router but doesn't have any public draftFri, 03 Apr 2015 23:36:06 +0000, by Roy Marples
-
Avoid printing the leasefile on error with a valid interface. draftWed, 01 Apr 2015 22:53:00 +0000, by Roy Marples
-
INFORM will not have any leases so don't validate. draftWed, 01 Apr 2015 22:41:15 +0000, by Roy Marples
-
Dumping leases should not change kernel IPv6 setup. draftWed, 01 Apr 2015 22:02:34 +0000, by Roy Marples
-
Don't attmept IPv6 ownage when dumping leases. draftWed, 01 Apr 2015 21:29:13 +0000, by Roy Marples
-
If we have route metrics and the kernel claims our new route exists and draftThu, 26 Mar 2015 22:26:38 +0000, by Roy Marples
-
Ensure our configured routes are allocated correctly. draftThu, 26 Mar 2015 19:49:59 +0000, by Roy Marples
