summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Updated specification and wrapped all lines at 80 chars.Darren 'Tadgy' Austin2019-11-061-128/+191
* If modprobe events occurred, sleep for a bit after they finishedRobby Workman2018-11-261-1/+6
* Add README.IPv6Darren 'Tadgy' Austin2018-11-262-9/+183
* Updated manpagesDarren 'Tadgy' Austin2018-11-262-124/+208
* Flush ip addresses on lo when taking interfaces downDarren 'Tadgy' Austin2018-11-261-0/+2
* Enable RA for DHCP/Fixed IP if explicitly told to do soDarren 'Tadgy' Austin2018-11-261-0/+8
* In if_down(), only perform IPv6 operations if IPv6 is activeDarren 'Tadgy' Austin2018-11-261-4/+8
* Remove hard coded -L from dhcpcd command lineDarren 'Tadgy' Austin2018-11-261-4/+2
* Added USE_RA[x] option to explicitly enable/disable RA supportDarren 'Tadgy' Austin2018-11-262-3/+14
* Protect blocks of code by testing whether ipv6 is activeDarren 'Tadgy' Austin2018-11-251-20/+30
* Various fixups for nomenclature - see full commit messageDarren 'Tadgy' Austin2018-11-252-33/+54
* Move interface module loading into a 'pre-load' sectionDarren 'Tadgy' Austin2018-11-251-9/+21
* Mitigate a race condition with Duplicate Address DetectionDarren 'Tadgy' Austin2018-11-251-4/+12
* rc.inet1: sleep for 3 seconds after setting all the interface options/IPsDarren 'Tadgy' Austin2018-11-251-0/+4
* Update rc.inet1.conf with IPv6 optionsDarren 'Tadgy' Austin2018-11-251-1/+14
* Added ipv6 gateway up/down functionDarren 'Tadgy' Austin2018-11-251-4/+15
* Added support for AUTOCONF6_TIMEOUT[x] optionDarren 'Tadgy' Austin2018-11-251-4/+5
* Move AUTOCONF6 block to favour dynamic configuration over fixed IPDarren 'Tadgy' Austin2018-11-251-25/+23
* Flush and down interface if configuration failsDarren 'Tadgy' Austin2018-11-251-2/+12
* Various fixes and enhancements (see full commit message)Darren 'Tadgy' Austin2018-11-251-67/+63
* Use -4 when querying/setting routesDarren 'Tadgy' Austin2018-11-251-4/+5
* Increase sleep time after dhcpcd is killedDarren 'Tadgy' Austin2018-11-251-0/+1
* USE_STATELESS->USE_STATELESS6 - D'oh. Some bugfixes alsoDarren 'Tadgy' Austin2018-11-251-11/+10
* Finish up dhcp start blockDarren 'Tadgy' Austin2018-11-251-4/+6
* Only add IPALIASES{,6} if the interface came upDarren 'Tadgy' Austin2018-11-251-21/+23
* Modified interface takedown code in if_down()Darren 'Tadgy' Austin2018-11-251-11/+27
* Changed if_up logic to allow interfaces to be configured by any methodDarren 'Tadgy' Austin2018-11-251-35/+43
* Add checks to enable -4 or -6 options to dhcpcdDarren 'Tadgy' Austin2018-11-251-0/+5
* Change DHCP_OPTIONS into an arrayDarren 'Tadgy' Austin2018-11-251-9/+10
* Removed old code and comments from dhcp sectionDarren 'Tadgy' Austin2018-11-251-32/+2
* Clean up commentary output and commentsDarren 'Tadgy' Austin2018-11-251-20/+29
* Update early skipping of unconfigured interfaces checkDarren 'Tadgy' Austin2018-11-251-3/+5
* Added IPALIASES setting for v4 and v6; removed old IPALIASES codeDarren 'Tadgy' Austin2018-11-251-11/+22
* Add fixed IP configuration blockDarren 'Tadgy' Austin2018-11-251-10/+25
* Move set of PROMISCIOUS mode to end of interface config blockDarren 'Tadgy' Austin2018-11-251-8/+3
* Set MTU after interface is up (override dhcp server)Darren 'Tadgy' Austin2018-11-251-4/+4
* Consider SLAAC IPs when determining interface up statusDarren 'Tadgy' Austin2018-11-251-1/+1
* Return immediately if interface has no defined config in rc.inet1.confDarren 'Tadgy' Austin2018-11-251-0/+1
* Add stateless RA auto configuration blockDarren 'Tadgy' Austin2018-11-251-0/+10
* Set autoconf to 0 for dhcp/fixed IP, 1 for stateless autoconfigDarren 'Tadgy' Austin2018-11-251-6/+5
* Don't unconditionally bring interface upDarren 'Tadgy' Austin2018-11-251-3/+0
* Account for IPv6 options in interface configuration logicDarren 'Tadgy' Austin2018-11-251-2/+6
* Flush bridge interface address before destroying itDarren 'Tadgy' Austin2018-11-251-2/+2
* Added code to enable/disable v6 autoconf for an interfaceDarren 'Tadgy' Austin2018-11-251-0/+8
* Account for IPv6 addresses in determination of interface statusDarren 'Tadgy' Austin2018-11-251-2/+2
* Removed trailing whitespaces to kill ugly highlights in nanoDarren 'Tadgy' Austin2018-11-251-2/+2
* Fix up setting of IPALIASES and update docscurrent-20180531Darren Austin2018-05-245-9/+27
* rc.inet1*: Allow setting an interface in promiscuous modeDarren Austin2018-05-242-7/+18
* More consistent loggingJakub Jankowski2018-05-241-2/+2
* Quote variables in testsJakub Jankowski2018-05-241-3/+3