https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206353
--- Comment #2 from Paul Armstrong <[email protected]> --- Can you please provide more information than "does not appear to be correct"? I've tested this on 10.2-p7 and 11.0-a6 Here's the config I used to test it: exec.prestart = ""; exec.start = "/bin/sh /etc/rc"; exec.stop = "/bin/sh /etc/rc.shutdown"; exec.poststop = ""; exec.clean; mount.devfs; mount.fdescfs; mount.procfs; persist; vnet = new; path = "/jail/${host.hostname}"; test { host.hostname = "test"; vnet.interface = em1, epair0a; } -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
