diff options
author | Cedric Berger <cedric@cvs.openbsd.org> | 2003-01-15 17:08:17 +0000 |
---|---|---|
committer | Cedric Berger <cedric@cvs.openbsd.org> | 2003-01-15 17:08:17 +0000 |
commit | 78ae833db046f5889e4b0e8054f703c70591f4d1 (patch) | |
tree | 5fa0e263f40d710d99327e8e7a56b0693483aaa2 /regress/sbin/pfctl/pfr12.ok | |
parent | d3a8b6e5ebf772eca59716d7480aaf1f5a56759f (diff) |
Bunch of new regression tests. The only missing thing now is tests
for the <table> syntax in rules.
Diffstat (limited to 'regress/sbin/pfctl/pfr12.ok')
-rw-r--r-- | regress/sbin/pfctl/pfr12.ok | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pfr12.ok b/regress/sbin/pfctl/pfr12.ok new file mode 100644 index 00000000000..263c76e2d87 --- /dev/null +++ b/regress/sbin/pfctl/pfr12.ok @@ -0,0 +1,47 @@ +# create +1 table added. +# pass list +regress +# pass list -v +-pa-- regress +# pass kill +1 table deleted. +# pass list +# pass list -v +# pass rule pass in from <regress> to any +# pass list +# pass list -v +----r regress +# pass create +1 table added. +# pass list +regress +# pass list -v +-pa-r regress +# pass rule +# pass list +regress +# pass list -v +-pa-- regress +# pass kill +1 table deleted. +# pass list +# pass list -v +# pass rule pass in from <regress> to any +# pass list +# pass list -v +----r regress +# pass load table <regress> persist +# pass list +regress +# pass list -v +-pa-r regress +# pass rule +# pass list +regress +# pass list -v +-pa-- regress +# kill +1 table deleted. +ktable: 4 allocated, 4 released, 0 leaked. +kentry: 0 allocated, 0 released, 0 leaked. |