summaryrefslogtreecommitdiffstats
path: root/nest/rt-fib.c
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1998-10-19 00:24:41 +0200
committerMartin Mares <mj@ucw.cz>1998-10-19 00:24:41 +0200
commit4c45595e3bb9f0b605e3102742831dad8915b309 (patch)
treee797e093c90d52cdb36cb53215b2f9fb0643a4c1 /nest/rt-fib.c
parentab3a76a382745e0195b213c6d87ddc0e3cabd690 (diff)
downloadbird-4c45595e3bb9f0b605e3102742831dad8915b309.tar
bird-4c45595e3bb9f0b605e3102742831dad8915b309.zip
o FIB flags now available for FIB users.
o struct network: FIB flags used for kernel syncing. o struct network: `next' field deleted (historical relic).
Diffstat (limited to 'nest/rt-fib.c')
-rw-r--r--nest/rt-fib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nest/rt-fib.c b/nest/rt-fib.c
index a6b5d57..1522906 100644
--- a/nest/rt-fib.c
+++ b/nest/rt-fib.c
@@ -112,7 +112,6 @@ fib_get(struct fib *f, ip_addr *a, int len)
e = sl_alloc(f->fib_slab);
e->prefix = *a;
e->pxlen = len;
- e->flags = 0;
e->next = *ee;
*ee = e;
f->init(e);