summaryrefslogtreecommitdiff
path: root/tests/ipf/expected/i12
blob: 6747d93389022756e5e3a4bae32110535f1f2352 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
pass in inet from 1.1.1.1/32 to 2.2.2.2/32
pass in inet from 2.2.2.0/24 to 4.4.4.4/32
pass in inet from 3.3.3.3/32 to 4.4.4.4/32
pass in inet from 2.2.2.0/24 to 5.5.5.5/32
pass in inet from 3.3.3.3/32 to 5.5.5.5/32
pass in inet from 2.2.2.0/24 to 6.6.6.6/32
pass in inet from 3.3.3.3/32 to 6.6.6.6/32
pass in inet from 2.2.2.0/24 to 5.5.5.5/32 port = 22
pass in inet from 3.3.3.3/32 to 5.5.5.5/32 port = 22
pass in inet from 2.2.2.0/24 to 6.6.6.6/32 port = 22
pass in inet from 3.3.3.3/32 to 6.6.6.6/32 port = 22
pass in inet from 2.2.2.0/24 to 5.5.5.5/32 port = 25
pass in inet from 3.3.3.3/32 to 5.5.5.5/32 port = 25
pass in inet from 2.2.2.0/24 to 6.6.6.6/32 port = 25
pass in inet from 3.3.3.3/32 to 6.6.6.6/32 port = 25
pass in inet proto tcp from 2.2.2.0/24 port = 53 to 5.5.5.5/32
pass in inet proto tcp from 3.3.3.3/32 port = 53 to 5.5.5.5/32
pass in inet proto tcp from 2.2.2.0/24 port = 9 to 5.5.5.5/32
pass in inet proto tcp from 3.3.3.3/32 port = 9 to 5.5.5.5/32
pass in inet proto tcp from 2.2.2.0/24 port = 53 to 6.6.6.6/32
pass in inet proto tcp from 3.3.3.3/32 port = 53 to 6.6.6.6/32
pass in inet proto tcp from 2.2.2.0/24 port = 9 to 6.6.6.6/32
pass in inet proto tcp from 3.3.3.3/32 port = 9 to 6.6.6.6/32
pass in inet proto udp from 2.2.2.0/24 to 5.5.5.5/32 port = 53
pass in inet proto udp from 3.3.3.3/32 to 5.5.5.5/32 port = 53
pass in inet proto udp from 2.2.2.0/24 to 6.6.6.6/32 port = 53
pass in inet proto udp from 3.3.3.3/32 to 6.6.6.6/32 port = 53
pass in inet proto udp from 2.2.2.0/24 to 5.5.5.5/32 port = 9
pass in inet proto udp from 3.3.3.3/32 to 5.5.5.5/32 port = 9
pass in inet proto udp from 2.2.2.0/24 to 6.6.6.6/32 port = 9
pass in inet proto udp from 3.3.3.3/32 to 6.6.6.6/32 port = 9
pass in inet from 10.10.10.10/32 to 11.11.11.11/32
pass in from pool/101 to hash/202
pass in from hash/303 to pool/404
table role=ipf type=tree number=
	{ ! 2.2.0.0/16; 2.2.2.2/32; ! 1.1.1.1/32; };
table role=ipf type=tree number=
	{ 1.1.0.0/16; };
pass in from pool/0 to pool/0
03 +0000'>2005-12-11merge ktrace-lwp.christos 2005-02-27nuke trailing whitespaceperry 2003-11-02Fix some typos. From Tom Cosgrove via jmc@openbsd.wiz 2003-07-14add missing __KERNEL_RCSID()lukem 2003-04-16Correctly sync the MPT request buffers, and remove BUS_DMA_COHERENTthorpej 2003-04-16Device driver for the LSI Logic Fusion-MPT based SCSI and Fibre Channelthorpej