Small changes in in FIB re-implementations with tries, rescanned python bindings
diff --git a/utils/trie-with-policy.h b/utils/trie-with-policy.h
index d477643..a2be29a 100644
--- a/utils/trie-with-policy.h
+++ b/utils/trie-with-policy.h
@@ -39,6 +39,7 @@
                 typename PolicyTraits::policy_hook_type > parent_trie;
 
   typedef typename parent_trie::iterator iterator;
+  typedef typename parent_trie::const_iterator const_iterator;
 
   typedef typename PolicyTraits::template policy<
     trie_with_policy<FullKey, PayloadTraits, PolicyTraits>,