| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Account for IPv6 addresses in determination of interface status | Darren 'Tadgy' Austin | 2018-11-25 | 1 | -2/+2 |
* | Removed trailing whitespaces to kill ugly highlights in nano | Darren 'Tadgy' Austin | 2018-11-25 | 1 | -2/+2 |
* | Fix up setting of IPALIASES and update docscurrent-20180531 | Darren Austin | 2018-05-24 | 5 | -9/+27 |
* | rc.inet1*: Allow setting an interface in promiscuous mode | Darren Austin | 2018-05-24 | 2 | -7/+18 |
* | More consistent logging | Jakub Jankowski | 2018-05-24 | 1 | -2/+2 |
* | Quote variables in tests | Jakub Jankowski | 2018-05-24 | 1 | -3/+3 |
* | Use pkill/pgrep | Jakub Jankowski | 2018-05-24 | 1 | -4/+2 |
* | Replace -a / -o in conditionals with && / || | Jakub Jankowski | 2018-05-24 | 1 | -3/+3 |
* | Take HWADDR from sysfs | Jakub Jankowski | 2018-05-24 | 1 | -1/+1 |
* | is_wireless_device: fix UUoC and reorder | Jakub Jankowski | 2018-05-24 | 1 | -3/+3 |
* | netconfig: formatting tweaks plus fixup NM default usage | Patrick J. Volkerding | 2018-05-24 | 1 | -24/+29 |
* | rc.inet1: set the bcast addr and flush ip addr on shutdowncurrent-20180318 | Robby Workman | 2018-03-18 | 1 | -2/+4 |
* | netconfig: Don't write hostname to NM config file any more | Andrzej Telszewski | 2018-03-18 | 1 | -4/+0 |
* | manpages/*: Sync with public -current tree | Robby Workman | 2018-03-18 | 2 | -2/+4 |
* | rc.inet1: Fix typo ( $1 --> $i )current-20171128 | Jakub Jankowski | 2017-11-26 | 1 | -1/+1 |
* | netconfig: Add back a dropped "." | Robby Workman | 2017-11-26 | 1 | -1/+1 |
* | rc.inet1: Check for iface in /sys/class/net, not /proc/net/dev | Jakub Jankowski | 2017-11-21 | 1 | -5/+5 |