1 | #
|
---|
2 | # Sun VirtualBox
|
---|
3 | # Solaris Host VBoxFlt Configuration
|
---|
4 | #
|
---|
5 | # Copyright (C) 2008-2009 Oracle Corporation
|
---|
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 |
|
---|
16 | # This needs to go into /platform/i86pc/kernel/drv,
|
---|
17 | # while the 64-bit driver object goes into the amd64
|
---|
18 | # subdirectory (32-bit drivers goes into the same
|
---|
19 | # directory).
|
---|
20 | #
|
---|
21 | name="vboxflt" parent="pseudo" instance=0;
|
---|
22 |
|
---|
23 | # If the interface being used does not have IPv6 plumbed and you want
|
---|
24 | # vboxflt to automatically attach to it by checking for Ipv6 stream every
|
---|
25 | # "ipv6-pollinterval" seconds.
|
---|
26 | #
|
---|
27 | # By default this is disabled meaning if the interface does not have Ipv6
|
---|
28 | # plumbed when the virtual machine starts, guest<->host Ipv6 will not work
|
---|
29 | # though guest<->remote Ipv6 would work.
|
---|
30 | #
|
---|
31 | # Enable if you have a dynamically plumbing/unplumbing Ipv6 interface for
|
---|
32 | # which you want vboxflt to adjust accordingly, otherwise keep this disabled.
|
---|
33 | # Enabling this option will have some minor performance penalty.
|
---|
34 | #ipv6-pollinterval=3;
|
---|
35 |
|
---|