nanovms / ops

ops - build and run nanos unikernels
https://ops.city
MIT License
1.27k stars 132 forks source link

adding in support for multiple nics in proxmox #1372

Closed eyberg closed 2 years ago

eyberg commented 2 years ago

this is a simple pr to enable multiple nics talking to different/same bridges like so (dhcp only for now):

{
  "RunConfig": {
    "Nics": [
      {
        "BridgeName": "vmbr0"
      },
      {
        "BridgeName": "vmbr0"
      }
    ]
  }
}

for now this only support proxmox, i'd imagine we'll end up deprecating the older RunConfig networking settings as we add this to more providers