index
:
slacknetsetup
master
tadgy
Migration to iproute2-based network setup
rworkman@slackware.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rc.inet1
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initial commit of VLAN support.
Darren 'Tadgy' Austin
2019-11-07
1
-4
/
+31
*
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
*
New configuration methodology - see full commit log.
Darren 'Tadgy' Austin
2019-11-06
1
-18
/
+22
*
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
1
-9
/
+14
*
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
1
-3
/
+12
*
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
1
-14
/
+14
*
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
*
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 docs
current-20180531
Darren Austin
2018-05-24
1
-3
/
+9
*
rc.inet1*: Allow setting an interface in promiscuous mode
Darren Austin
2018-05-24
1
-7
/
+17
*
rc.inet1: set the bcast addr and flush ip addr on shutdown
current-20180318
Robby Workman
2018-03-18
1
-2
/
+4
[next]