summaryrefslogtreecommitdiffstats
path: root/filter/test.conf
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2000-01-31 18:44:22 +0100
committerPavel Machek <pavel@ucw.cz>2000-01-31 18:44:22 +0100
commit9a4037d40891321a2f091cb1f1003bb1ee725136 (patch)
tree7ddba4047d6d2ae106994787e3aaff8ef91f423f /filter/test.conf
parent70844a6a46305080d7ada79936fb272beb411cf4 (diff)
downloadbird-9a4037d40891321a2f091cb1f1003bb1ee725136.tar
bird-9a4037d40891321a2f091cb1f1003bb1ee725136.zip
filter_same() implemented. Don't bet on it, yet.
Diffstat (limited to 'filter/test.conf')
-rw-r--r--filter/test.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/test.conf b/filter/test.conf
index e2da6d7..616dbc5 100644
--- a/filter/test.conf
+++ b/filter/test.conf
@@ -42,7 +42,7 @@ ip p;
print " data types: must be false: " 1 ~ [ 2, 3, 4 ] "," 5 ~ [ 2, 3, 4, 7..11 ] "," 1.2.3.4 ~ [ 1.2.3.3, 1.2.3.5 ] "," (1,2) > (2,2) "," (1,1) > (1,1) "," 1.0.0.0/8 ~ [ 1.0.0.0/8- ] "," 1.2.0.0/17 ~ [ 1.0.0.0/8{ 15 , 16 } ];
px = 1.2.0.0/18;
- print "Testing prefixes: 1.0.0.0/18 = " px;
+ print "Testing prefixes: 1.2.0.0/18 = " px;
p = 127.1.2.3;
print "Testing mask : 127.0.0.0 = " p.mask(8);
print "Testing pairs: (1,2) = " (1,2);