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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
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 shutdown
current-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
*
rc.inet1: Remove unnecessary unset num
Jakub Jankowski
2017-11-21
1
-2
/
+0
*
netconfig: Add comment to netconfig-generated rc.inet1.conf
Jakub Jankowski
2017-11-21
1
-0
/
+2
*
rc.inet1: Factor DEBUG_ETH_UP logging to a separate function
Jakub Jankowski
2017-11-21
1
-15
/
+12
*
rc.inet1: Use ${array[*]} not ${array[@]} to produce a string
Jakub Jankowski
2017-11-21
1
-1
/
+1
*
rc.inet1: Avoid de-/configuring ifaces with indexes >=MAXNICS
Jakub Jankowski
2017-11-21
1
-0
/
+12
*
rc.inet1: Avoid code duplication by combining case/esac
Jakub Jankowski
2017-11-21
1
-30
/
+9
*
rc.inet1: Add missing 'dev' keyword
Jakub Jankowski
2017-11-21
1
-4
/
+4
*
rc.inet1: Remove unnecessary $(echo)
Jakub Jankowski
2017-11-21
1
-4
/
+4
*
rc.inet1*: Simplify virtif_* code, add note to example config
Jakub Jankowski
2017-11-21
2
-16
/
+11
*
rc.inet1: Test for loopback being "state UNKNOWN" too.
Jakub Jankowski
2017-11-21
1
-1
/
+1
*
rc.inet1: Use simple test (-n/-z) for non-empty/empty
Jakub Jankowski
2017-11-21
1
-13
/
+13
*
rc.inet1: Replace [ test1 -a test2 ] with [ test1 ] && [ test2 ]
Jakub Jankowski
2017-11-21
1
-3
/
+3
*
rc.inet1*: Fix DHCP timeout
current-20171121
Robby Workman
2017-11-21
3
-7
/
+7
*
netconfig: Add /sbin/netconfig
current-20171117
Robby Workman
2017-11-17
1
-0
/
+706
*
rc.inet1: Remove ipmask usage (unnecessary now)
Robby Workman
2017-11-12
1
-3
/
+0
[prev]
[next]