primary IP, set up routing to get it to the VM, and arp for it.
Also, cut out the nonsense with backgrounding arpspoof, sleeping, and
killing it; we have the technology for 'timeout'.
+ * templatize-xend-config: explicitly turn on the relocation server
- -- Mitchell Berger <mitchb@mit.edu> Wed, 16 May 2018 03:20:00 -0400
+ -- Mitchell Berger <mitchb@mit.edu> Thu, 17 May 2018 01:55:00 -0400
invirt-xen-config (0.0.53) unstable; urgency=low
%>
EOF
+s/^\#?\(xend-relocation server [a-z]*\)/(xend-relocation-server yes)/m or die;
s/^\#?\(xend-relocation-address ''\)/(xend-relocation-address '\${internal_ip}')/m or die;
s/^\#?\(xend-relocation-hosts-allow '[^']*'\)/(xend-relocation-hosts-allow '')/m or die;
# s/^(\# )?\(network-script network-bridge\)/(network-script 'network-bridge')/m or die;