summaryrefslogtreecommitdiff
path: root/tests/ipf/expected/in5
blob: b7c6ef5d4125ca054742f7751ee357a2408e303c (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
map le0 from 9.8.7.6/32 port > 1024 to 0/0 -> 1.1.1.1/32 portmap tcp 10000:20000
map le0 from 9.8.7.6/32 port > 1024 ! to 1.2.3.4/32 -> 1.1.1.1/32 portmap tcp 10000:20000
rdr le0 from 0/0 to 9.8.7.6/32 port = 0 -> 1.1.1.1/32 port 0 tcp
rdr le0 from 0/0 to 9.8.7.6/32 -> 1.1.1.1/32 ip
rdr le0 ! from 1.2.3.4/32 to 9.8.7.6/32 port = 8888 -> 1.1.1.1/32 port 888 tcp
rdr le0 from 0/0 to 9.8.7.6/32 -> 1.1.1.1/32 ip
rdr le0 from 0/0 to 9.8.7.6/32 port = 8888 -> 1.1.1.1/32 port 888 tcp
rdr le0 from 0/0 to 9.8.7.6/32 port = 8888 -> 1.1.1.1/32 port 888 udp
rdr le0 from 0/0 to 9.8.7.6/32 port = 8888 -> 1.1.1.1/32 port 888 tcp/udp
rdr le0 from 0/0 to 9.8.7.6/32 -> 1.1.1.1/32 icmp
rdr le0 from 0/0 to 9.8.7.6/32 port = 8888 -> 1.1.1.1,1.1.1.2 port 888 tcp
rdr le0 from 0/0 to 9.8.7.6/32 port = 8888 -> 1.1.1.1/32 port 888 tcp round-robin
rdr le0 from 0/0 to 9.8.7.6/32 port = 8888 -> 1.1.1.1,1.1.1.2 port 888 tcp round-robin
rdr le0 from 0/0 to 9.8.7.6/32 -> 1.1.1.1/32 ip frag
rdr le0 from 0/0 to 9.8.7.6/32 -> 1.1.1.1/32 icmp frag
rdr le0 from 0/0 to 9.8.7.6/32 port = 8888 -> 1.1.1.1,1.1.1.2 port 888 tcp frag
rdr le0 from 0/0 to 9.8.7.6/32 port = 8888 -> 1.1.1.1/32 port 888 tcp round-robin frag
rdr le0 from 0/0 to 9.8.7.6/32 port = 8888 -> 1.1.1.1,1.1.1.2 port 888 tcp round-robin frag
rdr le0 from 0/0 to 9.8.7.6/32 -> 1.1.1.1/32 ip frag age 10/10
rdr le0 from 0/0 to 9.8.7.6/32 -> 1.1.1.1/32 ip frag age 10/20
rdr le0 from 0/0 to 9.8.7.6/32 -> 1.1.1.1/32 icmp frag age 10/10
rdr le0 from 0/0 to 9.8.7.6/32 port = 8888 -> 1.1.1.1,1.1.1.2 port 888 tcp frag age 20/20
rdr le0 from 0/0 to 9.8.7.6/32 port = 8888 -> 1.1.1.1/32 port 888 tcp round-robin frag age 30/30
rdr le0 from 0/0 to 9.8.7.6/32 port = 8888 -> 1.1.1.1,1.1.1.2 port 888 tcp round-robin frag age 40/40
029c5bae56542ee4fe3c6'>Split device_t/softc, and misc cosmetic changes.tsutsui 2008-01-02Merge vmlocking2 to head.ad 2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled 2007-10-08Merge brelse() changes from the vmlocking branch.ad 2007-07-29It's not a good idea for device drivers to modify b_flags, as they don'tad 2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos 2006-07-21Some KNF.tsutsui 2006-03-28Use device_unit().thorpej 2006-02-23Use device_parent().thorpej 2005-12-11merge ktrace-lwp.christos 2005-10-15- change the way to specify a bufq strategy. (by string rather than by number)yamt 2005-06-02Add const.tsutsui 2005-03-14Include "ioconf.h" for struct cfdriver *_cd decls.tsutsui 2005-02-05make this compile with DEBUG.chs 2004-10-28move buffer queue related stuffs from buf.h to their own header, bufq.h.yamt 2004-08-28Use ANSI function decls, static, and const.thorpej 2003-11-17TAB/space cleanup.tsutsui 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc 2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl 2003-06-29Adapt to ktrace/lwp changes.thorpej 2002-10-23merge kqueue branch into -currentjdolecek 2002-10-02Use CFATTACH_DECL().thorpej 2002-09-27Declare all cfattach structures const.thorpej 2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna 2002-07-26Convert to new device buffer queue interface.hannken 2002-03-15Add RCSIDs.gmcgarry