1# $FreeBSD$ 2 3jail_xxx_hostname="xxx.yyy" # hostname 4jail_xxx_rootdir="/vm/xxx" # root directory 5 6# 7# NB: Below 3 lines required 8# 9# netgraph 10jail_xxx_vnet_interface="ng0_xxx" # vnet interface(s) 11jail_xxx_exec_prestart0="jng bridge xxx em0" # bridge interface(s) 12jail_xxx_exec_poststop0="jng shutdown xxx" # destroy interface(s) 13# if_bridge 14#jail_xxx_vnet_interface="e0b_xxx" # vnet interface(s) 15#jail_xxx_exec_prestart0="jib addm xxx em0" # bridge interface(s) 16#jail_xxx_exec_poststop0="jib destroy xxx" # destroy interface(s) 17 18# Standard recipe 19jail_xxx_devfs_enable="YES" # mount devfs 20 21# Optional (default off) 22#jail_xxx_devfs_ruleset="11" # rule to unhide bpf for DHCP 23#jail_xxx_mount_enable="YES" # mount /etc/fstab.xxx 24#jail_xxx_set_hostname_allow="YES" # Allow hostname to change 25#jail_xxx_sysvipc_allow="YES" # Allow SysV Interprocess Comm. 26