VirtualBox

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

Last change on this file since 55980 was 41700, checked in by vboxsync, 12 years ago

Solaris: license header update for kernel bits.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
File size: 1.8 KB
Line 
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#
29name="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
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