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
...
*
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
*
rc.inet1.8: Minor fixups
Robby Workman
2017-10-07
1
-3
/
+4
*
rc.inet1.conf.5: Update for IPALIASES, bridge, and virtual IFs
Robby Workman
2017-10-07
1
-7
/
+57
*
manpages/*: Add manual pages for network-scripts
Robby Workman
2017-10-07
2
-0
/
+312
*
rc.inet1.conf: Clarify comment wrt bridge interfaces
Robby Workman
2017-10-07
1
-1
/
+1
*
Merge branch 'ipaliases'
Robby Workman
2017-07-14
3
-0
/
+32
|
\
|
*
README: Note current status of branch
Robby Workman
2017-07-14
1
-2
/
+2
|
*
rc.inet1.*: Added support for IP address aliases
Robby Workman
2017-07-14
2
-0
/
+23
*
|
README: noted current status
Robby Workman
2017-07-13
1
-3
/
+5
*
|
Merge branch 'virtual-ifs'
Robby Workman
2017-07-13
3
-9
/
+47
|
\
|
|
*
rc.inet1: Use bash builtin arithmetic instead of external expr
Robby Workman
2017-07-13
1
-1
/
+1
|
*
README: Noted status of virtual-ifs branch
Robby Workman
2017-07-12
1
-25
/
+8
|
*
rc.inet1: fix index number usage in virtual interface setup/destroy
Robby Workman
2017-07-12
1
-1
/
+1
*
|
README: Noted status of master branch
Robby Workman
2017-07-12
1
-23
/
+7
|
*
rc.inet1{,.conf}: Allow create/destroy of virtual tun/tap devices
Robby Workman
2017-07-12
2
-0
/
+44
|
/
*
rc.inet1: Fix bridge teardown code
Robby Workman
2017-07-12
1
-3
/
+3
*
README: Additional notes
Robby Workman
2017-07-11
1
-0
/
+26
*
rc.inet1: Bugfixes...
Robby Workman
2017-07-11
1
-4
/
+4
*
rc.inet1: Replace backticks with $()
Robby Workman
2017-07-11
1
-9
/
+9
[prev]
[next]