diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2003-12-16 08:22:28 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2003-12-16 08:22:28 +0000 |
commit | a32028da936e31f3d5210868c1bd0e5d812ee7ad (patch) | |
tree | c1ba1cf2b6d437cd9118920fc4e1cf2624c4d485 /regress/sbin | |
parent | b305565480dccf1a22dc14e6f6c6a9a5735b50f0 (diff) |
Test src.track timeout.
Diffstat (limited to 'regress/sbin')
-rw-r--r-- | regress/sbin/pfctl/pf55.in | 1 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf55.ok | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf55.in b/regress/sbin/pfctl/pf55.in index 3d11cb51fe3..008c229f5f7 100644 --- a/regress/sbin/pfctl/pf55.in +++ b/regress/sbin/pfctl/pf55.in @@ -4,6 +4,7 @@ set timeout { tcp.closing 744, tcp.finwait 25, tcp.closed 38 } set timeout { udp.first 356, udp.single 73, udp.multiple 34 } set timeout { icmp.first 464, icmp.error 34 } set timeout { other.first 455, other.single 54, other.multiple 324 } +set timeout { src.track 3600 } set limit { states 4522, frags 43556 } set loginterface none set loginterface lo0 diff --git a/regress/sbin/pfctl/pf55.ok b/regress/sbin/pfctl/pf55.ok index bfd69d1e9a1..7cb023b1ad4 100644 --- a/regress/sbin/pfctl/pf55.ok +++ b/regress/sbin/pfctl/pf55.ok @@ -14,6 +14,7 @@ set timeout icmp.error 34 set timeout other.first 455 set timeout other.single 54 set timeout other.multiple 324 +set timeout src.track 3600 set limit states 4522 set limit frags 43556 set loginterface none |