8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / cmd / cmd-inet / lib / nwamd / ipf6.conf.dfl
blob6cb5656731f28ff056443ef30ef2c9a4e6b68500
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
22 # Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
23 # Use is subject to license terms.
26 # Start by blocking everything.
27 block in log all
28 block out log all
30 # Allow loopback traffic
31 pass in quick on lo0
32 pass out quick on lo0
34 # Allow DHCP: in to client port, out to server port
35 pass in quick proto udp from any to any port = 546
36 pass out quick proto udp from any to any port = 547
38 # Allow ICMP for IPv6 for Neighbor advertisements
39 pass in quick proto ipv6-icmp from any to any
40 pass out quick proto ipv6-icmp from any to any