diff options
Diffstat (limited to 'test/regress/i3')
-rw-r--r-- | test/regress/i3 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/regress/i3 b/test/regress/i3 new file mode 100644 index 0000000..390fc3c --- /dev/null +++ b/test/regress/i3 @@ -0,0 +1,14 @@ +log in all +pass in from 128.16/16 to 129.10.10/24 +pass in from 128.0.0.1/24 to 1\ +28\ +.\ +0.0.1/16 +pass in from 128.0.0.1/0xffffff00 to 128.0.0.1/0xffff0000 +pass in from 128.0.0.1/255.255.255.0 to 128.0.0.1/255.255.0.0 +pass in from 128.0.0.1 mask 0xffffff00 to 128.0.0.1 mask 0xffff0000 +pass in from 128.0.0.1 mask 255.255.255.0 to 128.0.0.1 mask 255.255.0.0 +pass in from localhost to localhost +block in log from 0/0 to 0/0 +block in log level auth.info on hme0 all +log level local5.warn out all |