test { vnet; vnet.interface = "epair0b"; exec.prestart += "ifconfig epair0 create up"; exec.prestart += "ifconfig epair0a inet 172.30.1.1/30 up"; exec.poststop = "ifconfig epair0a destroy"; }