fog / fog-proxmox

Fog module for Proxmox VE Platform
GNU General Public License v3.0
32 stars 15 forks source link

nic for lxc containers are flattened in wrong format #89

Closed Manisha15 closed 1 year ago

Manisha15 commented 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"