diff options
author | Kjell Wooding <kjell@cvs.openbsd.org> | 2002-06-10 02:10:40 +0000 |
---|---|---|
committer | Kjell Wooding <kjell@cvs.openbsd.org> | 2002-06-10 02:10:40 +0000 |
commit | 887f4f0ff3890c99b6680654a5454f64eec6af84 (patch) | |
tree | 2df06828cea889bbd4bad3a51c5b6248dcfce9a9 /regress/sbin/pfctl/pf15.in | |
parent | 3ca7a17613690095e050fa7f79b016f86ce85617 (diff) |
Add regression tests for scrub
Diffstat (limited to 'regress/sbin/pfctl/pf15.in')
-rw-r--r-- | regress/sbin/pfctl/pf15.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf15.in b/regress/sbin/pfctl/pf15.in new file mode 100644 index 00000000000..943088eb8a1 --- /dev/null +++ b/regress/sbin/pfctl/pf15.in @@ -0,0 +1,6 @@ +scrub in on lo0 from any to any no-df +scrub in on lo0 from any to any min-ttl 25 +scrub in on lo0 from any to any max-mss 224 +scrub out on lo1 from any to 10.0.0.1 no-df max-mss 224 +scrub in on lo0 from any to any max-mss 224 + |