VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/vboxflt.conf@ 29436

Last change on this file since 29436 was 28800, checked in by vboxsync, 15 years ago

Automated rebranding to Oracle copyright/license strings via filemuncher

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
File size: 1.4 KB
Line 
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#
21name="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
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette