view usr/src/cmd/ipf/examples/pool.conf @ 0:c9caec207d52 b86

Initial porting based on b86
author Koji Uno <koji.uno@sun.com>
date Tue, 02 Jun 2009 18:56:50 +0900
parents
children
line wrap: on
line source

#
# ippool sample configuration file
#

table role = ipf type = tree number = 0 
{ 
	!10.0.0.0/8, 10.1.0.0/16, 10.1.1.0/24,
	!10.2.0.0/24, !10.2.1.0/24, !10.2.2.0/24,
	10.1.2.3/32, 10.1.2.15/32
};