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

Jamie Gritton <ja...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|j...@freebsd.org            |ja...@freebsd.org
             Status|New                         |In Progress
                 CC|                            |ja...@freebsd.org

--- Comment #1 from Jamie Gritton <ja...@freebsd.org> ---
The program is correct, and the problem is just in the usage message (also in
the man page).  The "old-style" command line is four fixed arguments, with the
non-optional IP address being one of them.  You can specify '' as the IP
address, but there has to be an argument.

By the way, that will make a jail with no internet access at all; to make one
without IP address restrictions, you'll need something like :

jail -c path=/disk/jail host.hostname=testjail ip4=inherit command=/etc/rc

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-jail@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-jail
To unsubscribe, send any mail to "freebsd-jail-unsubscr...@freebsd.org"

Reply via email to