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=3D206353

--- 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 =3D "";
exec.start =3D "/bin/sh /etc/rc";
exec.stop =3D "/bin/sh /etc/rc.shutdown";
exec.poststop =3D "";
exec.clean;
mount.devfs;
mount.fdescfs;
mount.procfs;
persist;
vnet =3D new;

path =3D "/jail/${host.hostname}";

test {
  host.hostname =3D "test";
  vnet.interface =3D em1, epair0a;
}

--=20
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>