summaryrefslogtreecommitdiffstats
path: root/proto/ospf/rt.c
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-05-08 12:40:00 +0200
committerMartin Mares <mj@ucw.cz>2000-05-08 12:40:00 +0200
commit916c8c0abacfd5ba93353fec9dba84a81845c95e (patch)
tree8d0abb12434e6e0b9ea3304f799504a298e17003 /proto/ospf/rt.c
parent1151401e2b8b4434bbd1419ff33a48f2848d600d (diff)
downloadbird-916c8c0abacfd5ba93353fec9dba84a81845c95e.tar
bird-916c8c0abacfd5ba93353fec9dba84a81845c95e.zip
Use preferences properly.
Diffstat (limited to 'proto/ospf/rt.c')
-rw-r--r--proto/ospf/rt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/rt.c b/proto/ospf/rt.c
index 1950342..7c7d46e 100644
--- a/proto/ospf/rt.c
+++ b/proto/ospf/rt.c
@@ -211,6 +211,7 @@ again:
e->u.ospf.tag=0; /* FIXME Some config? */
e->pflags = 0;
e->net=ne;
+ e->pref = p->preference;
DBG("Modifying rt entry %I\n (IP: %I, GW: %I, Iface: %s)\n",
nf->fn.prefix,ip,en->nh,en->nhi->name);
rte_update(p->table, ne, p, e);