summaryrefslogtreecommitdiff
path: root/setup-interfaces.in
AgeCommit message (Collapse)Author
2012-06-20setup-interfaces: fix setting up bridge for xen dom0Natanael Copa
2012-06-20setup-interfaces: do not ask to bridge bridge interfacesNatanael Copa
2012-03-23setup-interfaces: improve help textsNatanael Copa
Tanks to nangel
2012-03-23setup-interfaces: add support for vlansNatanael Copa
2012-03-22setup-interfaces: install packages for bonding and/or bridge if neededNatanael Copa
2012-03-22setup-interfaces: allow 'manual' interfaces without ip addrNatanael Copa
Useful for bonding and bridges
2012-03-22setup-interfaces: initial bonding supportNatanael Copa
2012-03-22setup-interfaces: be more verbose on what ports are already added to bridgeNatanael Copa
2012-03-22setup-interfaces: remove dead codeNatanael Copa
We use new style bridge configuration now
2012-03-22setup-interfaces: remove newlines from bridge-portsNatanael Copa
2012-03-22setun-interface: user the term 'ports' when asking for bridge portsNatanael Copa
This makes it slightly clearer what we are doing
2012-03-22setup-interfaces: configure bridge from interface questionNatanael Copa
2012-03-22setup-interfaces: have the xen bridge stuff to use the new ifup bridge thingyNatanael Copa
2012-03-21setup-interfaces: support creating bridge when asking for ip addrNatanael Copa
2012-03-21setup-interfaces: do not use pkg_instNatanael Copa
we will never support any other package manager than apk add so lets clean up the code
2012-03-21setup-interfaces: use yesno funcNatanael Copa
2012-03-21setup-interfaces: use "ask" instead of "default_read"Natanael Copa
2012-03-21setup-interfaces: cleanupNatanael Copa
- 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
2011-12-30setup-interfaces: add -b to ask for bridgesNatanael Copa
2011-12-30alpine-conf: modify setup-interfaces to create simple bridgesRoger Pau Monne
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
2011-09-13setup-interfaces: cleanupNatanael Copa
we try to avoid huge if ... else clauses. Put thing in function this is only to improve readability of code
2011-08-07setup-interfaces: add an option to read custom /etc/network/interfaces from ↵Jeff Bilyk
stdin
2011-04-19setup-interfaces: add hostname to dhcpNatanael Copa
for dynamic dns
2011-04-13setup-interfaces: order the configured interfacesNatanael Copa
The interfaces should come in order the user configures them and put lo first of all.
2010-12-28setup-interfaces: use vi as default editorNatanael Copa
since nano is not shipped with mini iso.
2010-08-16setup-interfaces: fix for bb 1.17.1. accept /mask together with addressNatanael Copa
And print summary of the interface configuration
2010-06-01setup-interface: use tabs. default to dhcpNatanael Copa
2009-05-06move to .in filesNatanael Copa