summaryrefslogtreecommitdiffstats
path: root/rc.inet1
Commit message (Expand)AuthorAgeFilesLines
* Add support for a DHCP_OPTS parameter.HEADmasterDarren 'Tadgy' Austin2023-06-211-0/+1
* Re-add support for the DHCP_IPADDR parameter from rc.inet1.conf.Darren 'Tadgy' Austin2023-06-211-0/+1
* rc.inet1: Skip bridge and bond configuration in LXC containerPatrick J. Volkerding2021-11-121-3/+10
* Move enabling RA before SLAAC security section. Thanks to davjohn on LQ.Darren 'Tadgy' Austin2021-03-081-8/+8
* Added debugging output around new SLAAC enhancements.Darren 'Tadgy' Austin2021-03-081-0/+4
* Fix typo of 'default'.Darren 'Tadgy' Austin2021-03-081-1/+1
* Add SLAAC security and privacy options.Darren 'Tadgy' Austin2021-03-081-2/+17
* Fix a typo in br_open when configuring IFOPTS: i->1.Darren 'Tadgy' Austin2021-03-071-1/+1
* Don't bring up a bridge interface if it will be brought up later by IP config.Darren 'Tadgy' Austin2021-03-071-2/+6
* Move configuration of SLACC before DHCP.Darren 'Tadgy' Austin2021-03-071-29/+29
* rc.inet1: Fix typo (destory -> destroy)Robby Workman2021-02-281-1/+1
* Some small syntax updates to quiet shellcheck.Darren 'Tadgy' Austin2021-02-271-15/+15
* Use extglobs to protect expansion of IFOPTS. Note: bash + extglob is now requ...Darren 'Tadgy' Austin2021-02-271-4/+7
* Implement a new IPADDRS array for v4 IPs - read full commit messageDarren 'Tadgy' Austin2021-02-271-43/+51
* Restablish use of the -L option to assist Slackware ARM users.Darren 'Tadgy' Austin2021-02-271-1/+0
* Update comments regarding use of the hard coded dhcpcd -L command line option.current-20210227Darren 'Tadgy' Austin2020-08-171-3/+6
* Correct a couple of issues making shellcheck barf errors.Darren 'Tadgy' Austin2020-01-051-2/+2
* Match interface name exactly when taking interfaces down.Darren 'Tadgy' Austin2019-11-291-1/+1
* Flush interface before applying any IPs.Darren 'Tadgy' Austin2019-11-181-0/+2
* Quiet "modprobe ipv6" using its built-in way to do it :-)Robby Workman2019-11-151-1/+1
* Quiet down the ipv6 modprobe. Tell the user what is going on.Darren 'Tadgy' Austin2019-11-151-1/+3
* Update documentation. Default BONDMODE to balance-rr. Update rc.inet1.conf.Darren 'Tadgy' Austin2019-11-141-2/+2
* Several small fixes - see log.Darren 'Tadgy' Austin2019-11-131-8/+24
* When creating a bond, flush the underlying interface IP.Darren 'Tadgy' Austin2019-11-131-4/+2
* Remove BONDOPTS, VLANOPTS and BROPTS and replace with generic IFOPTS.Darren 'Tadgy' Austin2019-11-131-15/+26
* Added support for a BROPTS variable to set bridge specific settings.Darren 'Tadgy' Austin2019-11-131-0/+6
* Be consistent with variable case. Emit warning when assuming netmask.Darren 'Tadgy' Austin2019-11-131-47/+50
* Create and document a new VLANOPTS variable.Darren 'Tadgy' Austin2019-11-131-0/+6
* Initial support for bonding (link aggrigation) in rc.inet1.Darren 'Tadgy' Austin2019-11-131-7/+53
* Small fixes - see full log.Darren 'Tadgy' Austin2019-11-121-13/+7
* Fix typo when de-configuring interfaces, i->1.Darren 'Tadgy' Austin2019-11-111-1/+1
* VLAN support. Sync logging/IPv6 changes from tadgy-ipv6-fixes branch.Darren 'Tadgy' Austin2019-11-111-70/+124
* Walk _backwards_ through interfaces when deconfiguring.Darren 'Tadgy' Austin2019-11-071-2/+3
* Initial commit of VLAN support.Darren 'Tadgy' Austin2019-11-071-4/+31
* Use 'broadcast +' for bringing up interfaces in IPALIASES block.Darren 'Tadgy' Austin2019-11-061-2/+2
* Remove IP6ALIASES block. IP6ADDR->IP6ADDRS.Darren 'Tadgy' Austin2019-11-061-17/+1
* New configuration methodology - see full commit log.Darren 'Tadgy' Austin2019-11-061-18/+22
* If modprobe events occurred, sleep for a bit after they finishedRobby Workman2018-11-261-1/+6
* Add README.IPv6Darren 'Tadgy' Austin2018-11-261-9/+14
* 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-261-3/+12
* 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-251-14/+14
* 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
* Added ipv6 gateway up/down functionDarren 'Tadgy' Austin2018-11-251-4/+15