From f4ab29cc665c86c2b6d802ad87d53c7b9b75306e Mon Sep 17 00:00:00 2001 From: Mike Frantzen Date: Thu, 15 May 2003 00:11:49 +0000 Subject: tests for "scrub tcp reassemble" --- regress/sbin/pfctl/pf73.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 regress/sbin/pfctl/pf73.in (limited to 'regress/sbin/pfctl/pf73.in') diff --git a/regress/sbin/pfctl/pf73.in b/regress/sbin/pfctl/pf73.in new file mode 100644 index 00000000000..131756eef24 --- /dev/null +++ b/regress/sbin/pfctl/pf73.in @@ -0,0 +1,13 @@ +scrub proto tcp reassemble tcp +scrub proto tcp all reassemble tcp +scrub proto tcp from any to any reassemble tcp +scrub proto tcp all fragment crop reassemble tcp +scrub proto tcp all fragment drop-ovl reassemble tcp +scrub proto tcp all reassemble tcp fragment reassemble +scrub proto tcp from { ! } to any reassemble tcp +scrub inet proto tcp from { 10.0.0.1, 10.0.0.2 } to { 10.0.0.3, 10.0.0.4 } reassemble tcp +scrub log on lo0 proto tcp from any to any min-ttl 25 reassemble tcp +scrub log on lo0 inet6 proto tcp from { (lo1), (lo0) } to 2000::1 reassemble tcp +scrub log on {lo0 lo1} proto tcp from any to any reassemble tcp +scrub on lo0 proto tcp all reassemble tcp +scrub on lo0 proto tcp from any to any fragment reassemble max-mss 224 min-ttl 15 no-df reassemble tcp -- cgit v1.2.3