1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-24 07:40:52 +00:00
freebsd/usr.sbin/jail
Mark Johnston 48c738b038 jail: Let a couple of parameter types be specified as lists
vnet.interface and zfs.dataset can be used to specify multiple
interfaces/datasets in jail.conf, but not on the command-line, which is
a bit surprising.  Extend the handling of ip(4|6).addr to those
parameters, update the description of vnet.interface in jail.8, and add
a rudimentary regression test.

Reviewed by:	zlei, jamie
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D47651
2024-11-19 21:05:24 +00:00
..
tests jail: Let a couple of parameter types be specified as lists 2024-11-19 21:05:24 +00:00
command.c jail: only chdir to user's home directory when user is specified 2024-08-12 15:23:28 -07:00
config.c
jail.8 jail: Let a couple of parameter types be specified as lists 2024-11-19 21:05:24 +00:00
jail.c jail: Let a couple of parameter types be specified as lists 2024-11-19 21:05:24 +00:00
jail.conf.5 jail.conf.5: cleanup introduction 2024-09-21 07:03:21 -06:00
jaillex.l
jailp.h jail: add the -C flag to clean up after a partially removed jail 2024-03-16 22:11:14 -07:00
jailparse.y
Makefile Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
Makefile.depend
state.c jail: add the -C flag to clean up after a partially removed jail 2024-03-16 22:11:14 -07:00