From f7c25a1b83a21819ea8a89c8534c98f5a2e0d470 Mon Sep 17 00:00:00 2001 From: Alex Crawford Date: Fri, 20 Jun 2014 16:34:52 -0700 Subject: [PATCH] doc(debian-interfaces): Add basic docs for convert-netconf --- Documentation/debian-interfaces.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Documentation/debian-interfaces.md diff --git a/Documentation/debian-interfaces.md b/Documentation/debian-interfaces.md new file mode 100644 index 0000000..d3c64a1 --- /dev/null +++ b/Documentation/debian-interfaces.md @@ -0,0 +1,27 @@ +#Debian Interfaces# +**WARNING**: This option is EXPERIMENTAL and may change or be removed at any +point. +There is basic support for converting from a Debian network configuration to +networkd unit files. The -convert-netconf=debian option is used to activate +this feature. + +#convert-netconf# +Default: "" +Read the network config provided in cloud-drive and translate it from the +specified format into networkd unit files (requires the -from-configdrive +flag). Currently only supports "debian" which provides support for a small +subset of the [Debian network configuration] +(https://wiki.debian.org/NetworkConfiguration). These options include: + +- interface config methods + - static + - address/netmask + - gateway + - hwaddress + - dns-nameservers + - dhcp + - hwaddress + - manual + - loopback +- vlan_raw_device +- bond-slaves