Closed Manisha15 closed 1 year ago
Nic values for lxc containers are flattened in the same format as for QEMU servers. But they expect different format.
Actual result: nics = "net0: eth0=6a:cb:28:9a:97:5f,bridge=vmbr0,firewall=0,link_down=0,ip=dhcp"
Expected Result: nics = "net0: name=eth0,hwaddr=6a:cb:28:9a:97:5f,bridge=vmbr0,firewall=0,link_down=0,ip=dhcp"
Nic values for lxc containers are flattened in the same format as for QEMU servers. But they expect different format.
Actual result: nics = "net0: eth0=6a:cb:28:9a:97:5f,bridge=vmbr0,firewall=0,link_down=0,ip=dhcp"
Expected Result: nics = "net0: name=eth0,hwaddr=6a:cb:28:9a:97:5f,bridge=vmbr0,firewall=0,link_down=0,ip=dhcp"