I was wondering for a second whether vnet(4) had IPv6 related bugs or so.

Let's keep the example simple and defer such choices to the user.

Feedback? OK?

Index: ldomctl.8
===================================================================
RCS file: /cvs/src/usr.sbin/ldomctl/ldomctl.8,v
retrieving revision 1.9
diff -u -p -r1.9 ldomctl.8
--- ldomctl.8   26 Jan 2017 12:26:20 -0000      1.9
+++ ldomctl.8   8 Apr 2018 22:47:14 -0000
@@ -206,8 +206,8 @@ Configure the
 interfaces for the guest domains.
 This example bridges guest domains into the physical network:
 .Bd -literal -offset indent
-# ifconfig vnet0 -inet6 up
-# ifconfig vnet1 -inet6 up
+# ifconfig vnet0 up
+# ifconfig vnet1 up
 # ifconfig bridge0 create
 # ifconfig bridge0 add em0 add vnet0 add vnet1 up
 .Ed

Reply via email to