Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161318822
D17697.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D17697.diff
View Options
Index: head/share/examples/jails/README
===================================================================
--- head/share/examples/jails/README
+++ head/share/examples/jails/README
@@ -8,6 +8,16 @@
$ make KERNCONF=VIMAGE kernel
$ reboot
+FreeBSD 12 has VIMAGE enabled in GENERIC on amd64.
+In that case, for jng simply load the ng_ether module first
+(ng_bridge and ng_eiface will load on demand):
+
+ # (as root)
+ # Load the ng_ether module at boot:
+ $ sysrc kld_list+=ng_ether
+ # Load ng_ether at once without rebooting:
+ $ kldload ng_ether
+
Sample 1: jail.conf(5)
$ cp jib jng /usr/sbin/
Index: head/share/examples/jails/jib
===================================================================
--- head/share/examples/jails/jib
+++ head/share/examples/jails/jib
@@ -51,7 +51,7 @@
# # arguments given to `jib addm xxx' in exec.prestart value.
# #
# vnet;
-# vnet.interface = "e0b_xxx e1b_xxx ...";
+# vnet.interface = e0b_xxx, e1b_xxx, ...;
#
# exec.clean;
# exec.system_user = "root";
Index: head/share/examples/jails/jng
===================================================================
--- head/share/examples/jails/jng
+++ head/share/examples/jails/jng
@@ -51,7 +51,7 @@
# # arguments given to `jng bridge xxx' in exec.prestart value.
# #
# vnet;
-# vnet.interface = "ng0_xxx ng1_xxx ...";
+# vnet.interface = ng0_xxx, ng1_xxx, ...;
#
# exec.clean;
# exec.system_user = "root";
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 3, 6:36 PM (3 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34633504
Default Alt Text
D17697.diff (1 KB)
Attached To
Mode
D17697: Fix jail examples in jib, jng, README
Attached
Detach File
Event Timeline
Log In to Comment