1 # ident "%Z%%M% %I% %E% SMI"
3 # Copyright 2005 Sun Microsystems, Inc. All rights reserved.
4 # Use is subject to license terms.
8 # The contents of this file are subject to the terms of the
9 # Common Development and Distribution License, Version 1.0 only
10 # (the "License"). You may not use this file except in compliance
13 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 # or http://www.opensolaris.org/os/licensing.
15 # See the License for the specific language governing permissions
16 # and limitations under the License.
18 # When distributing Covered Code, include this CDDL HEADER in each
19 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
20 # If applicable, add the following below this CDDL HEADER, with the
21 # fields enclosed by brackets "[]" replaced with your own identifying
22 # information: Portions Copyright [yyyy] [name of copyright owner]
27 # Mandatory file version identifier
30 # This configuration marks video traffic for EF PHB, i.e. Expedited Forwarding.
31 # Mail traffic is marked for AF11, anonymous user FTP traffic for AF12 and news
32 # traffic for AF13 PHBs, i.e. Assured Forwarding class 1 with drop precedences
33 # low medium and high respectively.
34 # For information on AF and EF PHBs refer to the IPQoS Administration Guide or
35 # the RFCs 2597 and 2598 respectively.
37 # Before this configuration file can be applied the sport parameter of the
38 # filter videoout needs to be given a valid port number/service name of a
39 # service whose traffic you wish to apply EF to and the uid parameter of the
40 # filter ftpout needs to be given the uid of the user ftp. The ftp user account
41 # is the one used by the ftp server for anonymous logins, thus filtering on
42 # this enables us to capture anonymous ftp user traffic.
46 # Name must be ipgpc.classify for ipgpc action.
68 # Source port of video traffic, given by __videoport__.
70 # Locally generated outbound traffic.
80 # This filter catches anonymous ftp user outgoing traffic.
84 # Traffic generated by ftp user, given by __ftp-uid__.
96 # Mark the DSCP with code point EF, 101110 = 46.
101 # Set all 64 entries of dscp_map to 46 decimal.
107 # Mark the DSCP with code point AF11, 001010 = 10.
117 # Mark the DSCP with code point AF12, 001100 = 12.
127 # Mark the DSCP with code point AF13, 001110 = 14.