summaryrefslogtreecommitdiffstats
path: root/rc.inet1
Commit message (Expand)AuthorAgeFilesLines
* rc.inet1.*: Added support for IP address aliasesRobby Workman2017-07-141-0/+18
* rc.inet1: Use bash builtin arithmetic instead of external exprRobby Workman2017-07-131-1/+1
* rc.inet1: fix index number usage in virtual interface setup/destroyRobby Workman2017-07-121-1/+1
* rc.inet1{,.conf}: Allow create/destroy of virtual tun/tap devicesRobby Workman2017-07-121-0/+27
* rc.inet1: Fix bridge teardown codeRobby Workman2017-07-121-3/+3
* rc.inet1: Bugfixes...Robby Workman2017-07-111-4/+4
* rc.inet1: Replace backticks with $()Robby Workman2017-07-111-9/+9
* rc.inet1: Migrate bridge setup/teardown to iproute2 from brctlRobby Workman2017-07-111-4/+13
* rc.inet1: migrate gateway functionsRobby Workman2017-07-111-6/+6
* rc.inet1: Migrate code to take down interfacesRobby Workman2017-07-111-3/+3
* rc.inet1: Migrate code to bring up interfacesRobby Workman2017-07-111-10/+11
* rc.inet1: Partially migrate bridge setup codeRobby Workman2017-07-111-3/+3
* rc.inet1: Migrate loopback interface codeRobby Workman2017-07-111-7/+8
* rc.inet1: Use return (not continue) to leave the if_up() function.Robby Workman2017-07-111-1/+1
* Initial commit of rc.inet1* and rc.wireless*Robby Workman2017-01-061-0/+326