summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2008-09-16 20:18:25 +0000
committerthompsa <thompsa@FreeBSD.org>2008-09-16 20:18:25 +0000
commit09662c68f913cf5e0b99bf7151dfc0ace40515e8 (patch)
treebf9651a3b288a4be076c02ca8bdc6de09909150b /etc/defaults
parent82e6f72dc34224fe13a479de669c39b0da9c26e2 (diff)
downloadFreeBSD-src-09662c68f913cf5e0b99bf7151dfc0ace40515e8.zip
FreeBSD-src-09662c68f913cf5e0b99bf7151dfc0ace40515e8.tar.gz
Allow a jail to be started with a specific route fib.
Reviewed by: secteam (simon) Reviewed by: brooks, bz
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index ec5ec07..97be001 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -621,6 +621,7 @@ jail_sysvipc_allow="NO" # Allow SystemV IPC use from within a jail
#jail_example_hostname="default.domain.com" # Jail's hostname
#jail_example_ip="192.168.0.10" # Jail's IP number
#jail_example_interface="" # Interface to create the IP alias on
+#jail_example_fib="0" # routing table for setfib(1)
#jail_example_exec_start="/bin/sh /etc/rc" # command to execute in jail for starting
#jail_example_exec_afterstart0="/bin/sh command" # command to execute after the one for
# starting the jail. More than one can be
OpenPOWER on IntegriCloud