[Bug 206353] jail.conf man page missing vnet multiple interfaces

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Aug 25 03:32:38 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206353

--- Comment #2 from Paul Armstrong <freebsd at otoh.org> ---
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.


More information about the freebsd-bugs mailing list