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.in | |
parent | 1eb89ea242f33ff47176c75757713eb92fe847a1 (diff) |
Add regression tests for radix table address manipulations.
ok dhartmei@
Diffstat (limited to 'regress/sbin/pfctl/pfr7.in')
-rw-r--r-- | regress/sbin/pfctl/pfr7.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pfr7.in b/regress/sbin/pfctl/pfr7.in new file mode 100644 index 00000000000..39521b46d2a --- /dev/null +++ b/regress/sbin/pfctl/pfr7.in @@ -0,0 +1,4 @@ +# invalid addresses +fail add 1.2.3.4.5 +fail add 10.1.2.3/33 +fail add :80 |