Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Aug 2016 03:32:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 206353] jail.conf man page missing vnet multiple interfaces
Message-ID:  <bug-206353-8-IvAgwcdL9x@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-206353-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-206353-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

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

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


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-206353-8-IvAgwcdL9x>