Remove .1 for network devs

This commit is contained in:
Daniel A. Maierhofer
2018-10-26 22:27:09 +02:00
parent 53ff9293e8
commit 676a9eda89

View File

@@ -13,26 +13,29 @@ lxc:
revision: "01" revision: "01"
template: debian template: debian
config: config:
- lxc.network.1.type = veth - lxc.network.type = veth
- lxc.network.1.hwaddr = 1c:bd:b9:7f:fe:a4 - lxc.network.hwaddr = 1c:bd:b9:7f:fe:a4
- lxc.network.1.link = br0 - lxc.network.link = br0
- lxc.network.1.flags = up - lxc.network.flags = up
- name: betam - name: betam
revision: "01" revision: "01"
template: debian template: debian
config: config:
- lxc.network.1.type = veth - lxc.network.type = veth
- lxc.network.1.hwaddr = 2e:6d:b6:07:14:01 - lxc.network.hwaddr = 2e:6d:b6:07:14:01
- lxc.network.1.link = br0 - lxc.network.link = br0
- lxc.network.1.flags = up - lxc.network.flags = up
- lxc.cgroup.devices.allow = c 188:0 rwm - lxc.cgroup.devices.allow = c 188:0 rwm
- name: zyklon - name: zyklon
revision: "01" revision: "01"
template: voidlinux template: voidlinux
config: config:
- lxc.network.type = veth
- lxc.network.hwaddr = 2e:6d:b6:07:15:01 - lxc.network.hwaddr = 2e:6d:b6:07:15:01
- lxc.network.link = br0
- lxc.network.flags = up
- lxc.pts = 6 - lxc.pts = 6
- name: progress - name: progress
@@ -61,10 +64,10 @@ lxc:
revision: "01" revision: "01"
template: debian template: debian
config: config:
- lxc.network.1.type = veth - lxc.network.type = veth
- lxc.network.1.hwaddr = 2e:6d:b6:07:16:01 - lxc.network.hwaddr = 2e:6d:b6:07:16:01
- lxc.network.1.link = br0 - lxc.network.link = br0
- lxc.network.1.flags = up - lxc.network.flags = up
common_zfs: True common_zfs: True
common_snapper: False common_snapper: False