Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-08 | setup-interfaces: use ask_yesno | Natanael Copa | |
2021-01-06 | Fix WPA supplicant's key_mgmt for open networks. | Gentooman | |
2021-01-06 | setup-interfaces: refactor wifi setup | Natanael Copa | |
- fix bug in find_essids - use wpa_passphrase to create network config for wpa_supplicant with PSK - handle case where invalid SSID was entered - do not echo the wifi password | |||
2021-01-06 | setup-interfaces: fix wifi error handling | Natanael Copa | |
if wifi setup fails, return instead of recursively call prompt_for_interfaces | |||
2021-01-06 | setup-interfaces: start wpa_supplicant service | Natanael Copa | |
instead of simply start the process, enable the service so it starts on reboots | |||
2021-01-06 | setup-interfaces: make ssid list prettier | Natanael Copa | |
use / as separator in the interal list as it is not allowed to be used in SSIDs also fix a bashism | |||
2018-06-13 | setup-interfaces: add -a option for auto setup | Natanael Copa | |
this option will configure dhcp on first interface found which is "up" | |||
2017-05-23 | setup-interfaces: allow spaces in ssid and psk | Carlo Landmeter | |
fixes #7260 | |||
2016-11-02 | indent heredocs and replace echos with heredoc where appropriate | Jakub Jirutka | |
2016-11-02 | replace deprecated `...` syntax with $(...) in shell scripts | Jakub Jirutka | |
2016-11-02 | fix mixed tabs & spaces and surplus empty lines at EOF | Jakub Jirutka | |
2016-06-14 | setup-interfaces: fix wifi setup | Natanael Copa | |
2016-04-05 | setup-interfaces: add limited support for configuring wireless interfaces | Leonardo Arena | |
2015-05-06 | setup-interfaces: replace non-breaking space with normal space | Natanael Copa | |
Non-breaking space (0xc2 0xa0) was added by mistake. Replace it with a normal space. | |||
2015-05-06 | setup-interfaces: do not configure lo on LXC | Natanael Copa | |
2014-04-23 | setup-interfaces: remove -p option and fix whitespace damage | Natanael Copa | |
2014-04-23 | fix permissions | Natanael Copa | |
2013-07-03 | various: use long-form apk options | Dubiousjim | |
2013-03-01 | setup-interfaces: fix vlan-raw-device | Natanael Copa | |
ref #1624 | |||
2012-12-21 | setup-interfaces: fix ip: can't find device 'eth1.3' message | Natanael Copa | |
ref #1404 | |||
2012-06-21 | setup-interfaces: allow setting up vlans on top of bonding | Natanael Copa | |
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. | |||
2012-06-20 | setup-interfaces: fix setting up bridge for xen dom0 | Natanael Copa | |
2012-06-20 | setup-interfaces: do not ask to bridge bridge interfaces | Natanael Copa | |
2012-03-23 | setup-interfaces: improve help texts | Natanael Copa | |
Tanks to nangel | |||
2012-03-23 | setup-interfaces: add support for vlans | Natanael Copa | |
2012-03-22 | setup-interfaces: install packages for bonding and/or bridge if needed | Natanael Copa | |
2012-03-22 | setup-interfaces: allow 'manual' interfaces without ip addr | Natanael Copa | |
Useful for bonding and bridges | |||
2012-03-22 | setup-interfaces: initial bonding support | Natanael Copa | |
2012-03-22 | setup-interfaces: be more verbose on what ports are already added to bridge | Natanael Copa | |
2012-03-22 | setup-interfaces: remove dead code | Natanael Copa | |
We use new style bridge configuration now | |||
2012-03-22 | setup-interfaces: remove newlines from bridge-ports | Natanael Copa | |
2012-03-22 | setun-interface: user the term 'ports' when asking for bridge ports | Natanael Copa | |
This makes it slightly clearer what we are doing | |||
2012-03-22 | setup-interfaces: configure bridge from interface question | Natanael Copa | |
2012-03-22 | setup-interfaces: have the xen bridge stuff to use the new ifup bridge thingy | Natanael Copa | |
2012-03-21 | setup-interfaces: support creating bridge when asking for ip addr | Natanael Copa | |
2012-03-21 | setup-interfaces: do not use pkg_inst | Natanael Copa | |
we will never support any other package manager than apk add so lets clean up the code | |||
2012-03-21 | setup-interfaces: use yesno func | Natanael Copa | |
2012-03-21 | setup-interfaces: use "ask" instead of "default_read" | Natanael Copa | |
2012-03-21 | setup-interfaces: cleanup | Natanael 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-30 | setup-interfaces: add -b to ask for bridges | Natanael Copa | |
2011-12-30 | alpine-conf: modify setup-interfaces to create simple bridges | Roger 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-13 | setup-interfaces: cleanup | Natanael Copa | |
we try to avoid huge if ... else clauses. Put thing in function this is only to improve readability of code | |||
2011-08-07 | setup-interfaces: add an option to read custom /etc/network/interfaces from ↵ | Jeff Bilyk | |
stdin | |||
2011-04-19 | setup-interfaces: add hostname to dhcp | Natanael Copa | |
for dynamic dns | |||
2011-04-13 | setup-interfaces: order the configured interfaces | Natanael Copa | |
The interfaces should come in order the user configures them and put lo first of all. | |||
2010-12-28 | setup-interfaces: use vi as default editor | Natanael Copa | |
since nano is not shipped with mini iso. | |||
2010-08-16 | setup-interfaces: fix for bb 1.17.1. accept /mask together with address | Natanael Copa | |
And print summary of the interface configuration | |||
2010-06-01 | setup-interface: use tabs. default to dhcp | Natanael Copa | |
2009-05-06 | move to .in files | Natanael Copa | |