diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-02-03 19:39:46 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-02-03 19:39:46 +0000 |
commit | 5852f9d2126ae9884dbb81d0a7d403e8ba0df99a (patch) | |
tree | 8ebbdc6a2ef81e76792ce00d72cbb93b15096605 /regress/sbin/pfctl/pf85.ok | |
parent | 5260094632a7892b391cce5b69505dee01fdb0bd (diff) |
adding tests after fixing bugs to prevent them from reapperaing gives extra
karma points: tag macro expansion
Diffstat (limited to 'regress/sbin/pfctl/pf85.ok')
-rw-r--r-- | regress/sbin/pfctl/pf85.ok | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf85.ok b/regress/sbin/pfctl/pf85.ok new file mode 100644 index 00000000000..3f62f6bc321 --- /dev/null +++ b/regress/sbin/pfctl/pf85.ok @@ -0,0 +1,6 @@ +pass inet from 127.0.0.1 to any keep state tag 127.0.0.1 +pass inet from 127.0.0.2 to any keep state tag 127.0.0.2 +pass inet from 127.0.0.3 to any keep state tag 127.0.0.3 +pass inet from 127.0.0.1 to any keep state tagged 127.0.0.1 +pass inet from 127.0.0.2 to any keep state tagged 127.0.0.2 +pass inet from 127.0.0.3 to any keep state tagged 127.0.0.3 |