diff options
author | Cedric Berger <cedric@cvs.openbsd.org> | 2003-01-14 14:43:32 +0000 |
---|---|---|
committer | Cedric Berger <cedric@cvs.openbsd.org> | 2003-01-14 14:43:32 +0000 |
commit | fdfc403c0410124b37b06d1cf07ae278bdd159d3 (patch) | |
tree | 391ddf1cf8d077a908e06ec866d233c408801969 /regress/sbin/pfctl/pfr7.ok | |
parent | 1eb89ea242f33ff47176c75757713eb92fe847a1 (diff) |
Add regression tests for radix table address manipulations.
ok dhartmei@
Diffstat (limited to 'regress/sbin/pfctl/pfr7.ok')
-rw-r--r-- | regress/sbin/pfctl/pfr7.ok | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pfr7.ok b/regress/sbin/pfctl/pfr7.ok new file mode 100644 index 00000000000..9993ec36ec8 --- /dev/null +++ b/regress/sbin/pfctl/pfr7.ok @@ -0,0 +1,14 @@ +# create +1 table added. +# add +pfctl: illegal address: "1.2.3.4.5" +# add +pfctl: illegal netmask: "33" +# add +pfctl: illegal address: ":80" +# table +regress +# table -v +-pa-- regress +# kill +1 table deleted. |