| Commit message (Expand) | Author | Age | Files | Lines |
* | Update rc.inet1.conf in netconfig. | Darren 'Tadgy' Austin | 2019-11-06 | 1 | -14/+17 |
* | Put IPv6 config with the IPv4 config in rc.inet1.conf | Darren 'Tadgy' Austin | 2019-11-06 | 1 | -14/+17 |
* | Use 'broadcast +' for bringing up interfaces in IPALIASES block. | Darren 'Tadgy' Austin | 2019-11-06 | 1 | -2/+2 |
* | Remove IP6ALIASES block. IP6ADDR->IP6ADDRS. | Darren 'Tadgy' Austin | 2019-11-06 | 1 | -17/+1 |
* | Sync netconfig's rc.inet1.conf with the new one. Add ::1 to loopback in hosts | Darren 'Tadgy' Austin | 2019-11-06 | 1 | -11/+44 |
* | New configuration methodology - see full commit log. | Darren 'Tadgy' Austin | 2019-11-06 | 2 | -24/+24 |
* | Updated specification and wrapped all lines at 80 chars. | Darren 'Tadgy' Austin | 2019-11-06 | 1 | -128/+191 |
* | If modprobe events occurred, sleep for a bit after they finished | Robby Workman | 2018-11-26 | 1 | -1/+6 |
* | Add README.IPv6 | Darren 'Tadgy' Austin | 2018-11-26 | 2 | -9/+183 |
* | Updated manpages | Darren 'Tadgy' Austin | 2018-11-26 | 2 | -124/+208 |
* | Flush ip addresses on lo when taking interfaces down | Darren 'Tadgy' Austin | 2018-11-26 | 1 | -0/+2 |
* | Enable RA for DHCP/Fixed IP if explicitly told to do so | Darren 'Tadgy' Austin | 2018-11-26 | 1 | -0/+8 |
* | In if_down(), only perform IPv6 operations if IPv6 is active | Darren 'Tadgy' Austin | 2018-11-26 | 1 | -4/+8 |
* | Remove hard coded -L from dhcpcd command line | Darren 'Tadgy' Austin | 2018-11-26 | 1 | -4/+2 |
* | Added USE_RA[x] option to explicitly enable/disable RA support | Darren 'Tadgy' Austin | 2018-11-26 | 2 | -3/+14 |
* | Protect blocks of code by testing whether ipv6 is active | Darren 'Tadgy' Austin | 2018-11-25 | 1 | -20/+30 |
* | Various fixups for nomenclature - see full commit message | Darren 'Tadgy' Austin | 2018-11-25 | 2 | -33/+54 |
* | Move interface module loading into a 'pre-load' section | Darren 'Tadgy' Austin | 2018-11-25 | 1 | -9/+21 |
* | Mitigate a race condition with Duplicate Address Detection | Darren 'Tadgy' Austin | 2018-11-25 | 1 | -4/+12 |
* | rc.inet1: sleep for 3 seconds after setting all the interface options/IPs | Darren 'Tadgy' Austin | 2018-11-25 | 1 | -0/+4 |
* | Update rc.inet1.conf with IPv6 options | Darren 'Tadgy' Austin | 2018-11-25 | 1 | -1/+14 |
* | Added ipv6 gateway up/down function | Darren 'Tadgy' Austin | 2018-11-25 | 1 | -4/+15 |
* | Added support for AUTOCONF6_TIMEOUT[x] option | Darren 'Tadgy' Austin | 2018-11-25 | 1 | -4/+5 |
* | Move AUTOCONF6 block to favour dynamic configuration over fixed IP | Darren 'Tadgy' Austin | 2018-11-25 | 1 | -25/+23 |
* | Flush and down interface if configuration fails | Darren 'Tadgy' Austin | 2018-11-25 | 1 | -2/+12 |
* | Various fixes and enhancements (see full commit message) | Darren 'Tadgy' Austin | 2018-11-25 | 1 | -67/+63 |
* | Use -4 when querying/setting routes | Darren 'Tadgy' Austin | 2018-11-25 | 1 | -4/+5 |
* | Increase sleep time after dhcpcd is killed | Darren 'Tadgy' Austin | 2018-11-25 | 1 | -0/+1 |
* | USE_STATELESS->USE_STATELESS6 - D'oh. Some bugfixes also | Darren 'Tadgy' Austin | 2018-11-25 | 1 | -11/+10 |
* | Finish up dhcp start block | Darren 'Tadgy' Austin | 2018-11-25 | 1 | -4/+6 |
* | Only add IPALIASES{,6} if the interface came up | Darren 'Tadgy' Austin | 2018-11-25 | 1 | -21/+23 |
* | Modified interface takedown code in if_down() | Darren 'Tadgy' Austin | 2018-11-25 | 1 | -11/+27 |
* | Changed if_up logic to allow interfaces to be configured by any method | Darren 'Tadgy' Austin | 2018-11-25 | 1 | -35/+43 |
* | Add checks to enable -4 or -6 options to dhcpcd | Darren 'Tadgy' Austin | 2018-11-25 | 1 | -0/+5 |
* | Change DHCP_OPTIONS into an array | Darren 'Tadgy' Austin | 2018-11-25 | 1 | -9/+10 |
* | Removed old code and comments from dhcp section | Darren 'Tadgy' Austin | 2018-11-25 | 1 | -32/+2 |
* | Clean up commentary output and comments | Darren 'Tadgy' Austin | 2018-11-25 | 1 | -20/+29 |
* | Update early skipping of unconfigured interfaces check | Darren 'Tadgy' Austin | 2018-11-25 | 1 | -3/+5 |
* | Added IPALIASES setting for v4 and v6; removed old IPALIASES code | Darren 'Tadgy' Austin | 2018-11-25 | 1 | -11/+22 |
* | Add fixed IP configuration block | Darren 'Tadgy' Austin | 2018-11-25 | 1 | -10/+25 |
* | Move set of PROMISCIOUS mode to end of interface config block | Darren 'Tadgy' Austin | 2018-11-25 | 1 | -8/+3 |
* | Set MTU after interface is up (override dhcp server) | Darren 'Tadgy' Austin | 2018-11-25 | 1 | -4/+4 |
* | Consider SLAAC IPs when determining interface up status | Darren 'Tadgy' Austin | 2018-11-25 | 1 | -1/+1 |
* | Return immediately if interface has no defined config in rc.inet1.conf | Darren 'Tadgy' Austin | 2018-11-25 | 1 | -0/+1 |
* | Add stateless RA auto configuration block | Darren 'Tadgy' Austin | 2018-11-25 | 1 | -0/+10 |
* | Set autoconf to 0 for dhcp/fixed IP, 1 for stateless autoconfig | Darren 'Tadgy' Austin | 2018-11-25 | 1 | -6/+5 |
* | Don't unconditionally bring interface up | Darren 'Tadgy' Austin | 2018-11-25 | 1 | -3/+0 |
* | Account for IPv6 options in interface configuration logic | Darren 'Tadgy' Austin | 2018-11-25 | 1 | -2/+6 |
* | Flush bridge interface address before destroying it | Darren 'Tadgy' Austin | 2018-11-25 | 1 | -2/+2 |
* | Added code to enable/disable v6 autoconf for an interface | Darren 'Tadgy' Austin | 2018-11-25 | 1 | -0/+8 |