]> git.proxmox.com Git - pve-container.git/commitdiff
tests: move multicast MACs addresses to unicast ones
authorStoiko Ivanov <s.ivanov@proxmox.com>
Tue, 12 Mar 2019 15:07:43 +0000 (16:07 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 14 Mar 2019 09:02:06 +0000 (10:02 +0100)
we'll change the format to forbid MAC addresses with the I/G (group)
bit set in a future patch so lets ensure we do not run into problems
there.

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/test/test-debian-012/config
src/test/test-debian-013/config
src/test/test-debian-014/config

index 40be5a0dbc5131ec3e2ffbda7206641fd4c0052c..a7318848b256223951697926ca6316156407198f 100644 (file)
@@ -1,3 +1,3 @@
-net0: name=eth0,hwaddr=11:22:33:44:55:66,bridge=vmbr0,ip=10.0.0.100/32,gw=11.0.0.1
+net0: name=eth0,hwaddr=12:22:33:44:55:66,bridge=vmbr0,ip=10.0.0.100/32,gw=11.0.0.1
 net1: name=eth1,hwaddr=22:33:44:55:66:77,bridge=vmbr0,ip6=fc00::1/64,gw6=fc00:1::ff
-net2: name=eth2,hwaddr=33:44:55:66:77:88,bridge=vmbr2,ip6=fc02::1/64,gw6=fe80::1
+net2: name=eth2,hwaddr=32:44:55:66:77:88,bridge=vmbr2,ip6=fc02::1/64,gw6=fe80::1
index 1d29eb670e90db0bbf8896fc37316831583ee427..a6844c2092d1042a28f030b6b53c4befc2c35e25 100644 (file)
@@ -1 +1 @@
-net0: name=eth0,hwaddr=11:22:33:44:55:66,bridge=vmbr0
+net0: name=eth0,hwaddr=12:22:33:44:55:66,bridge=vmbr0
index a433a9c7bc79c0062bb7e22d48d6a45799be2e54..ddae9f34eaa54a43a674c66a2ee0238ff51830a6 100644 (file)
@@ -1,4 +1,4 @@
 hostname: test9
-net0: name=eth0,hwaddr=11:22:33:44:55:66,bridge=vmbr0,ip=10.0.0.100/32,gw=11.0.0.1
+net0: name=eth0,hwaddr=12:22:33:44:55:66,bridge=vmbr0,ip=10.0.0.100/32,gw=11.0.0.1
 net1: name=eth1,hwaddr=22:33:44:55:66:77,bridge=vmbr1,ip6=fc00::1/64,gw6=fc00:1::ff
-net2: name=eth2,hwaddr=33:44:55:66:77:88,bridge=vmbr2,ip=192.168.0.1/24
+net2: name=eth2,hwaddr=32:44:55:66:77:88,bridge=vmbr2,ip=192.168.0.1/24