hashicorp / nomad-driver-virt

Mozilla Public License 2.0
8 stars 1 forks source link

net: link driver to net controller for initial functionality. #44

Closed jrasell closed 1 month ago

jrasell commented 1 month ago

The network controller provides fingerprinting, iptables setup, VM start and stop configuration handling. This commit links the main driver code, to the network controller, so that network functionality is now present in the driver for VM tasks.

A followup PR will be raised to handle restoration of the teardown spec within the taskhandle. This is used when destroying a VM for removing the IPTables entries.