VirtualBox

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

Last change on this file since 32388 was 32388, checked in by vboxsync, 14 years ago

more branding fixes

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