Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rc.inet1.conf: Clarify comment wrt bridge interfaces | Robby Workman | 2017-10-07 | 1 | -1/+1 |
| | |||||
* | rc.inet1.*: Added support for IP address aliases | Robby Workman | 2017-07-14 | 1 | -0/+5 |
| | | | | | | | | | | | | | This is accomplished with a new parameter in rc.inet1.conf: IPALIASES[$index]="space separated list of addresses" The aliases are added with a /32 mask and a label of ${interface}:{$number} to remain compatible with net-tools. IP address aliases are supported for both statically configured interfaces and dhcp-configured interfaces, although they'll only be configured for dhcp if the dhcpcd call succeeds. * note: I don't what happens if dhcpcd gets IPv4LL address | ||||
* | rc.inet1{,.conf}: Allow create/destroy of virtual tun/tap devices | Robby Workman | 2017-07-12 | 1 | -0/+17 |
| | |||||
* | Initial commit of rc.inet1* and rc.wireless* | Robby Workman | 2017-01-06 | 1 | -0/+117 |
If other files are needed, they can be added later |