https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254741
Jamie Gritton <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] Status|New |In Progress CC| |[email protected] --- Comment #1 from Jamie Gritton <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-jail To unsubscribe, send any mail to "[email protected]"
