multipass-test:control-network-interfaces-backup

Last commit made on 2020-08-27
Get this branch:
git clone -b control-network-interfaces-backup https://git.launchpad.net/multipass-test

Branch merges

Branch information

Name:
control-network-interfaces-backup
Repository:
lp:multipass-test

Recent commits

72e9446... by Luis Peñaranda

Tests for the new formatters.

8cf9f0f... by Luis Peñaranda

Show various IP's in list, info commands.

Although getting all the IP's in use by an instance is not yet
implemented, this commit adds the necessary changes in the data
structures, RPC and formatters needed to do so. IP's were represented
as strings, now the are a vector of strings.

7dd7124... by Luis Peñaranda

Make "auto" the default mode in launch --network

22d4960... by Luis Peñaranda

Remove gcc warnings.

a6f7a98... by Luis Peñaranda

Adapt tests to the new functions in the factory.

aab63be... by Luis Peñaranda

Move cloud-init iso creation to VM factory.

aff385d... by Luis Peñaranda

Added cloud-init configuration for net interfaces.

bce489e... by Luis Peñaranda

Adapt tests to the new network interface scheme.

d46cec2... by Luis Peñaranda

Add option --network to launch daemon command.

This commit adds a list of network interfaces to the virtual machine
description. The first element of that list is the default interface, of
which only the mac address was recorded.

To avoid this change breaking compatibility with instances created with
prior versions of Multipass, the JSON reader accepts the old format,
containing only one MAC address.

92efd70... by Luis Peñaranda

Add utility function to check MAC addresses.