summaryrefslogtreecommitdiffstats
path: root/filter/trie.c
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2009-03-31 21:17:00 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2009-03-31 21:17:00 +0200
commitc60cdd8c3926a1b3d9156327e8aae64986084ff4 (patch)
treea6ee8b63c24478687d5ac03149a28f2a8044bcab /filter/trie.c
parentb1a597e0c3821c791a41278454e74261cf1b95fb (diff)
downloadbird-c60cdd8c3926a1b3d9156327e8aae64986084ff4.tar
bird-c60cdd8c3926a1b3d9156327e8aae64986084ff4.zip
Cleanup changes
Diffstat (limited to 'filter/trie.c')
-rw-r--r--filter/trie.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/filter/trie.c b/filter/trie.c
index 7f9f5f8..ffb9b99 100644
--- a/filter/trie.c
+++ b/filter/trie.c
@@ -49,11 +49,6 @@
* final node (if it is not in the trie) and we came to node that
* is either extension of our prefix, or completely out of path
* In the first case, we also have to check M2.
-
- * There also might be
- * a problem that interval of acceptance (on path from root to the
- * final node) might be completely missing (for example if we have
- * prefix patterns 192.168.128.0/24{8,10} and 192.168.1.0/24
*
* Second, we really need not to maintain two separate bitmasks.
* Checks for mask M1 are always larger than &applen and we need