From 4b325a9a79b8014002417616d73c2e241c5c1268 Mon Sep 17 00:00:00 2001 From: Brielle Bruns Date: Sun, 13 May 2018 20:26:30 -0600 Subject: [PATCH] no message --- network/legacy-eni | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/network/legacy-eni b/network/legacy-eni index 2c650c9..c23acf8 100644 --- a/network/legacy-eni +++ b/network/legacy-eni @@ -1,17 +1,3 @@ -## /network-config ---- -version: 1 -config: -- type: physical - name: eth0 - subnets: - - type: static - address: %%IP_ADDRESS%% - netmask: %%NETMASK%% - routes: - - network: 0.0.0.0 - netmask: 0.0.0.0 - gateway: %%GATEWAY%% -- type: nameserver - address: [%%NAME_SERVER%%] - search: [%%DOMAIN%%] \ No newline at end of file +network-interfaces: | + allow-hotplug eth0 + iface eth0 inet dhcp \ No newline at end of file