1 | #
|
---|
2 | # Solaris Host VBoxFlt Configuration
|
---|
3 | #
|
---|
4 | # Copyright (C) 2008-2012 Oracle Corporation
|
---|
5 | #
|
---|
6 | # This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
7 | # available from http://www.virtualbox.org. This file is free software;
|
---|
8 | # you can redistribute it and/or modify it under the terms of the GNU
|
---|
9 | # General Public License (GPL) as published by the Free Software
|
---|
10 | # Foundation, in version 2 as it comes in the "COPYING" file of the
|
---|
11 | # VirtualBox OSE distribution. VirtualBox OSE is distributed in the
|
---|
12 | # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
13 | #
|
---|
14 | # The contents of this file may alternatively be used under the terms
|
---|
15 | # of the Common Development and Distribution License Version 1.0
|
---|
16 | # (CDDL) only, as it comes in the "COPYING.CDDL" file of the
|
---|
17 | # VirtualBox OSE distribution, in which case the provisions of the
|
---|
18 | # CDDL are applicable instead of those of the GPL.
|
---|
19 | #
|
---|
20 | # You may elect to license modified versions of this file under the
|
---|
21 | # terms and conditions of either the GPL or the CDDL or both.
|
---|
22 | #
|
---|
23 |
|
---|
24 | # This needs to go into /platform/i86pc/kernel/drv,
|
---|
25 | # while the 64-bit driver object goes into the amd64
|
---|
26 | # subdirectory (32-bit drivers goes into the same
|
---|
27 | # directory).
|
---|
28 | #
|
---|
29 | name="vboxflt" parent="pseudo" instance=0;
|
---|
30 |
|
---|
31 | # If the interface being used does not have IPv6 plumbed and you want
|
---|
32 | # vboxflt to automatically attach to it by checking for Ipv6 stream every
|
---|
33 | # "ipv6-pollinterval" seconds.
|
---|
34 | #
|
---|
35 | # By default this is disabled meaning if the interface does not have Ipv6
|
---|
36 | # plumbed when the virtual machine starts, guest<->host Ipv6 will not work
|
---|
37 | # though guest<->remote Ipv6 would work.
|
---|
38 | #
|
---|
39 | # Enable if you have a dynamically plumbing/unplumbing Ipv6 interface for
|
---|
40 | # which you want vboxflt to adjust accordingly, otherwise keep this disabled.
|
---|
41 | # Enabling this option will have some minor performance penalty.
|
---|
42 | #ipv6-pollinterval=3;
|
---|
43 |
|
---|