summaryrefslogtreecommitdiff
path: root/morphlib/exts/simple-network.configure
Commit message (Collapse)AuthorAgeFilesLines
* simple-network.configure: Generate default network config files in a functionJavier Jardón2015-03-161-6/+20
| | | | | | Use DHCP by defaul in the default interfaces: - for /etc/networ/interfaces: "lo:loopback;eth0:dhcp,hostname=$(hostname)" - for networkd: "e*:dhcp"
* simple-network.configure: process pairs of parameters in a functionJavier Jardón2015-03-161-0/+29
|
* simple-network.configure: Add function to convert mask to cidr suffixJavier Jardón2015-03-161-0/+7
| | | | 255.255.255.0 -> 24
* simple-network.configure: Generate networkd .network files as wellJavier Jardón2015-03-161-0/+33
|
* simple-network.configure: Move the generation of /etc/network/interfaces to ↵Javier Jardón2015-03-161-1/+6
| | | | a function
* Use the modern way of the GPL copyright header: URL instead real addressJavier Jardón2015-03-161-3/+2
| | | | Change-Id: I992dc0c1d40f563ade56a833162d409b02be90a0
* EXTS: simple-network.configureDaniel Silverstone (br7vm)2013-05-171-0/+143
Simple networking configuration extension, taking NETWORK_CONFIG from the environment and writing /etc/network/interfaces out during deployment configuration.