summaryrefslogtreecommitdiffstats
path: root/if-options.h
Commit message (Expand)AuthorAge
* Move the source files along with dev, crypt and comapt into src dir.Roy Marples2017-03-15
* Belated welcome to 2017.Roy Marples2017-03-06
* Add support for MUD URL, draft-lear-ietf-netmod-mud-04.Roy Marples2016-12-09
* Change arping_index from 1 based to 0 based, defaulting not started to -1.Roy Marples2016-12-06
* Remove address family specific routing and introduce address familyRoy Marples2016-10-25
* Add --inactive which makes all interfaces inactive on initial start.Roy Marples2016-07-27
* Move last last extending into it's own option so we can use the last leaseRoy Marples2016-04-30
* Remove ipv6ra_accept_nopublic and just accept it.Roy Marples2016-02-15
* Implement IPv6 static address, fixes [29417b793e].Roy Marples2016-02-14
* When activating an interface, bring up a basic config that does nothing.Roy Marples2016-02-04
* Allow the suffix of PD addresses to be configurable.Roy Marples2016-01-29
* Add the -1, --oneshot option which causes dhcpcd to exit once anRoy Marples2016-01-14
* Add -P, --printpidfile to print the pidfile dhcpcd will use to stdout.Roy Marples2016-01-07
* Updated in 2016Roy Marples2016-01-06
* If we are to add/delete/change a route but have not yet daemonised,Roy Marples2016-01-06
* Add a -N --renew option to renew any existing address early, similar to theRoy Marples2015-11-13
* Add an option to enable DHCPv6 Information Request without the needRoy Marples2015-09-30
* Now that we set MTU for routes instead of using a hook script,Roy Marples2015-08-31
* Add a noup directive to stop master mode bringing an interface up.Roy Marples2015-07-13
* Add the DHCPCD_NODROP macro to simplify if we drop addresses or not.Roy Marples2015-06-12
* Remove the pseudo interface created for prefix delegation and mix differentRoy Marples2015-06-05
* Add an option to skip the initial randomised protocol delay.Roy Marples2015-06-03
* Handle ND options in the same way we handle DHCP and DHCPv6 options.Roy Marples2015-05-14
* Allow waitip to work per interface.Roy Marples2015-05-14
* If config file changed, drop leases and re-disover.Roy Marples2015-05-01
* Add initial support for keeping addresses at carrier down for supported platf...Roy Marples2015-05-01
* The bootp option will stop sending the DHCP Message Type option.Roy Marples2015-04-06
* Instead of not installed a default route for RA's that don't have publicRoy Marples2015-04-04
* If a IPv6 router claims it's a valid router but doesn't have any publicRoy Marples2015-04-03
* syslogd(8) may not always be running before dhcpcd so any startup errors areRoy Marples2015-03-17
* Cast away more gcc errors.Roy Marples2015-03-13
* Only warn about adding a host route to the router the once.Roy Marples2015-02-27
* reject <option> will now reject any DHCP message that contains that option.Roy Marples2015-01-20
* Add an option to disable the generation of autoconf addresses within a RA.Roy Marples2015-01-08
* Update copyrights to 2015.Roy Marples2015-01-02
* WhitespaceRoy Marples2014-11-24
* Rework the ARP code so that we can have multiple ARP states.Roy Marples2014-10-23
* Work better with unknown prefix length requirements in the configuration.Roy Marples2014-10-15
* When requesting a IA_PD and another IA type, create a psuedo interfaceRoy Marples2014-07-07
* We should use NBBY rather than a magic 8.Roy Marples2014-07-05
* Add --pfxdlgonly and --nopfxdlg options to spawn separate dhcpcd instancesRoy Marples2014-07-04
* Support http://datatracker.ietf.org/doc/draft-ietf-dhc-dhcpv6-stateful-issues.Roy Marples2014-07-01
* Allow the request of a DHCPv6 address or prefix, a prefix length must be spec...Roy Marples2014-06-21
* Add an IPv6 link-local address before upping the interface if needed.Roy Marples2014-06-04
* Default SLAAC to use RFC7271 addresses.Roy Marples2014-06-04
* Implement Stable Private Addresses for SLAAC as per RFC7217.Roy Marples2014-06-02
* Move net.c to if.c.Roy Marples2014-04-25
* Add -Wconversion to debug CFLAGS and fix fallout.Roy Marples2014-03-27
* Add -M, --master to force dhcpcd into master mode.Roy Marples2014-03-07
* PATH_MAX is too much, lets be more preciseRoy Marples2014-02-12