1 | #
|
---|
2 | # Sun VirtualBox
|
---|
3 | # Solaris Host VBoxFlt Configuration
|
---|
4 | #
|
---|
5 | # Copyright (C) 2008-2009 Sun Microsystems, Inc.
|
---|
6 | #
|
---|
7 | # This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
8 | # available from http://www.virtualbox.org. This file is free software;
|
---|
9 | # you can redistribute it and/or modify it under the terms of the GNU
|
---|
10 | # General Public License (GPL) as published by the Free Software
|
---|
11 | # Foundation, in version 2 as it comes in the "COPYING" file of the
|
---|
12 | # VirtualBox OSE distribution. VirtualBox OSE is distributed in the
|
---|
13 | # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
14 | #
|
---|
15 | # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
|
---|
16 | # Clara, CA 95054 USA or visit http://www.sun.com if you need
|
---|
17 | # additional information or have any questions.
|
---|
18 | #
|
---|
19 |
|
---|
20 | # This needs to go into /platform/i86pc/kernel/drv,
|
---|
21 | # while the 64-bit driver object goes into the amd64
|
---|
22 | # subdirectory (32-bit drivers goes into the same
|
---|
23 | # directory).
|
---|
24 | #
|
---|
25 | name="vboxflt" parent="pseudo" instance=0;
|
---|
26 |
|
---|
27 | # If the interface being used does not have IPv6 plumbed and you want
|
---|
28 | # vboxflt to automatically attach to it by checking for Ipv6 stream every
|
---|
29 | # "ipv6-pollinterval" seconds.
|
---|
30 | #
|
---|
31 | # By default this is disabled meaning if the interface does not have Ipv6
|
---|
32 | # plumbed when the virtual machine starts, guest<->host Ipv6 will not work
|
---|
33 | # though guest<->remote Ipv6 would work.
|
---|
34 | #
|
---|
35 | # Enable if you have a dynamically plumbing/unplumbing Ipv6 interface for
|
---|
36 | # which you want vboxflt to adjust accordingly, otherwise keep this disabled.
|
---|
37 | # Enabling this option will have some minor performance penalty.
|
---|
38 | #ipv6-pollinterval=3;
|
---|
39 |
|
---|