summaryrefslogtreecommitdiffstats
path: root/setup-interfaces.in
Commit message (Collapse)AuthorAgeFilesLines
* setup-interfaces: allow setting up vlans on top of bondingNatanael Copa2012-06-211-2/+11
| | | | | | | Handle case when user enters vlan on top of bond (i.e bond0.8) In this case we first set up the bond interface with default address to "none" and then afterwards we set up the vlan interface.
* setup-interfaces: fix setting up bridge for xen dom0Natanael Copa2012-06-201-2/+2
|
* setup-interfaces: do not ask to bridge bridge interfacesNatanael Copa2012-06-201-1/+5
|
* setup-interfaces: improve help textsNatanael Copa2012-03-231-6/+29
| | | | Tanks to nangel
* setup-interfaces: add support for vlansNatanael Copa2012-03-231-1/+31
|
* setup-interfaces: install packages for bonding and/or bridge if neededNatanael Copa2012-03-221-1/+9
|
* setup-interfaces: allow 'manual' interfaces without ip addrNatanael Copa2012-03-221-2/+9
| | | | Useful for bonding and bridges
* setup-interfaces: initial bonding supportNatanael Copa2012-03-221-4/+60
|
* setup-interfaces: be more verbose on what ports are already added to bridgeNatanael Copa2012-03-221-9/+21
|
* setup-interfaces: remove dead codeNatanael Copa2012-03-221-6/+0
| | | | We use new style bridge configuration now
* setup-interfaces: remove newlines from bridge-portsNatanael Copa2012-03-221-1/+1
|
* setun-interface: user the term 'ports' when asking for bridge portsNatanael Copa2012-03-221-2/+2
| | | | This makes it slightly clearer what we are doing
* setup-interfaces: configure bridge from interface questionNatanael Copa2012-03-221-2/+47
|
* setup-interfaces: have the xen bridge stuff to use the new ifup bridge thingyNatanael Copa2012-03-221-31/+19
|
* setup-interfaces: support creating bridge when asking for ip addrNatanael Copa2012-03-211-10/+55
|
* setup-interfaces: do not use pkg_instNatanael Copa2012-03-211-2/+2
| | | | | we will never support any other package manager than apk add so lets clean up the code
* setup-interfaces: use yesno funcNatanael Copa2012-03-211-2/+6
|
* setup-interfaces: use "ask" instead of "default_read"Natanael Copa2012-03-211-17/+17
|
* setup-interfaces: cleanupNatanael Copa2012-03-211-20/+47
| | | | | | | - Support the ROOT env var - use unconfigured_* functions to keep the state of which interfaces are configured - Support env var INTERFACES so we can override the autodetection
* setup-interfaces: add -b to ask for bridgesNatanael Copa2011-12-301-11/+16
|
* alpine-conf: modify setup-interfaces to create simple bridgesRoger Pau Monne2011-12-301-4/+45
| | | | | | | | | | | | Modified setup-interfaces to create simple bridges (works only with one interface per bridge). Useful when setting up a Xen system, since interfaces need to be bridged in order for guests to have networking. Some distributions automatically create one bridge for each interface when Xen is installed, but I think this is too aggressive. Changes since v1: * Only ask to bridge interfaces if Xen Dom0 is detected
* setup-interfaces: cleanupNatanael Copa2011-09-131-11/+14
| | | | | we try to avoid huge if ... else clauses. Put thing in function this is only to improve readability of code
* setup-interfaces: add an option to read custom /etc/network/interfaces from ↵Jeff Bilyk2011-08-071-59/+84
| | | | stdin
* setup-interfaces: add hostname to dhcpNatanael Copa2011-04-191-4/+14
| | | | for dynamic dns
* setup-interfaces: order the configured interfacesNatanael Copa2011-04-131-10/+14
| | | | | The interfaces should come in order the user configures them and put lo first of all.
* setup-interfaces: use vi as default editorNatanael Copa2010-12-281-3/+2
| | | | since nano is not shipped with mini iso.
* setup-interfaces: fix for bb 1.17.1. accept /mask together with addressNatanael Copa2010-08-161-4/+21
| | | | And print summary of the interface configuration
* setup-interface: use tabs. default to dhcpNatanael Copa2010-06-011-4/+5
|
* move to .in filesNatanael Copa2009-05-061-0/+136