hashicorp / nomad-driver-virt

Mozilla Public License 2.0
8 stars 1 forks source link

net: add process for adding and removing VM port mapping rules. #25

Closed jrasell closed 1 month ago

jrasell commented 1 month ago

The net interface specifies new PostStart and PostStop functions which are responsible for adding and removing iptables rules for port mapping. The implementation discovers additional information from libvirt and the host in order to create the correct mapping.