diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2009-08-21 09:27:52 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2009-08-21 09:27:52 +0200 |
commit | c3226991a061415fa83b757cbff678111c586e58 (patch) | |
tree | ecbc7e7a5a2724463e2672bf8a3d1f64956467c0 /nest | |
parent | 3aab39f589c352e30e9db92346b579dd561482b3 (diff) | |
download | bird-c3226991a061415fa83b757cbff678111c586e58.tar bird-c3226991a061415fa83b757cbff678111c586e58.zip |
Temporary OSPFv3 development commit
Diffstat (limited to 'nest')
-rw-r--r-- | nest/rt-attr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nest/rt-attr.c b/nest/rt-attr.c index de63198..8daebae 100644 --- a/nest/rt-attr.c +++ b/nest/rt-attr.c @@ -71,6 +71,7 @@ ea__find(ea_list *e, unsigned id) while (e) { + /* if (e->flags & EALF_BISECT) { l = 0; @@ -88,6 +89,7 @@ ea__find(ea_list *e, unsigned id) } } else + */ for(m=0; m<e->count; m++) if (e->attrs[m].id == id) return &e->attrs[m]; |