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
*
rc.inet1: set the bcast addr and flush ip addr on shutdown
current-20180318
Robby Workman
2018-03-18
1
-2
/
+4
*
rc.inet1: Fix typo ( $1 --> $i )
current-20171128
Jakub Jankowski
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
*
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
1
-15
/
+8
*
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
1
-5
/
+5
*
rc.inet1: Remove ipmask usage (unnecessary now)
Robby Workman
2017-11-12
1
-3
/
+0
*
rc.inet1.*: Added support for IP address aliases
Robby Workman
2017-07-14
1
-0
/
+18
*
rc.inet1: Use bash builtin arithmetic instead of external expr
Robby Workman
2017-07-13
1
-1
/
+1
*
rc.inet1: fix index number usage in virtual interface setup/destroy
Robby Workman
2017-07-12
1
-1
/
+1
*
rc.inet1{,.conf}: Allow create/destroy of virtual tun/tap devices
Robby Workman
2017-07-12
1
-0
/
+27
*
rc.inet1: Fix bridge teardown code
Robby Workman
2017-07-12
1
-3
/
+3
*
rc.inet1: Bugfixes...
Robby Workman
2017-07-11
1
-4
/
+4
*
rc.inet1: Replace backticks with $()
Robby Workman
2017-07-11
1
-9
/
+9
*
rc.inet1: Migrate bridge setup/teardown to iproute2 from brctl
Robby Workman
2017-07-11
1
-4
/
+13
*
rc.inet1: migrate gateway functions
Robby Workman
2017-07-11
1
-6
/
+6
*
rc.inet1: Migrate code to take down interfaces
Robby Workman
2017-07-11
1
-3
/
+3
*
rc.inet1: Migrate code to bring up interfaces
Robby Workman
2017-07-11
1
-10
/
+11
*
rc.inet1: Partially migrate bridge setup code
Robby Workman
2017-07-11
1
-3
/
+3
*
rc.inet1: Migrate loopback interface code
Robby Workman
2017-07-11
1
-7
/
+8
*
rc.inet1: Use return (not continue) to leave the if_up() function.
Robby Workman
2017-07-11
1
-1
/
+1
*
Initial commit of rc.inet1* and rc.wireless*
Robby Workman
2017-01-06
1
-0
/
+326