From f3ff5c9f24cdff258f71b444c6d833248fbd5068 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Sat, 8 Jun 2013 13:55:29 -0300 Subject: [PATCH] Remove hwaddr from base lxc.conf so that each container gets a different one when running the generic lxc template --- boxes/common/lxc.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/boxes/common/lxc.conf b/boxes/common/lxc.conf index 4b5962c..610875c 100644 --- a/boxes/common/lxc.conf +++ b/boxes/common/lxc.conf @@ -1,5 +1,4 @@ lxc.network.type=veth -lxc.network.hwaddr = 00:16:3e:7f:04:b2 lxc.network.link=lxcbr0 lxc.network.flags=up