xref: /titanic_44/usr/src/cmd/ipf/examples/pool.conf (revision 7c478bd95313f5f23a4c958a745db2134aa03244)
1*7c478bd9Sstevel@tonic-gate#
2*7c478bd9Sstevel@tonic-gate# ippool sample configuration file
3*7c478bd9Sstevel@tonic-gate#
4*7c478bd9Sstevel@tonic-gate
5*7c478bd9Sstevel@tonic-gatetable role = ipf type = tree number = 0
6*7c478bd9Sstevel@tonic-gate{
7*7c478bd9Sstevel@tonic-gate	!10.0.0.0/8, 10.1.0.0/16, 10.1.1.0/24,
8*7c478bd9Sstevel@tonic-gate	!10.2.0.0/24, !10.2.1.0/24, !10.2.2.0/24,
9*7c478bd9Sstevel@tonic-gate	10.1.2.3/32, 10.1.2.15/32
10*7c478bd9Sstevel@tonic-gate};
11