diff options
author | Ondrej Filip <feela@network.cz> | 2000-05-30 12:36:57 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-05-30 12:36:57 +0200 |
commit | 73232f6b18222d73b38eae58e2c4c90062202709 (patch) | |
tree | 5192f6d9af30473dcdb5fcd5449faf078549ca76 /proto/ospf/rt.c | |
parent | 2bdb5e0083b6f24d29d74bb5e62cd13d724ba54f (diff) | |
download | bird-73232f6b18222d73b38eae58e2c4c90062202709.tar bird-73232f6b18222d73b38eae58e2c4c90062202709.zip |
Better rt dumping.
Diffstat (limited to 'proto/ospf/rt.c')
-rw-r--r-- | proto/ospf/rt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/proto/ospf/rt.c b/proto/ospf/rt.c index 6b4c18f..d50e438 100644 --- a/proto/ospf/rt.c +++ b/proto/ospf/rt.c @@ -229,7 +229,6 @@ again: e->u.ospf.metric1=nf->metric; e->u.ospf.metric2=0; e->u.ospf.tag=0; /* FIXME Some config? */ - e->u.ospf.type='I'; e->pflags = 0; e->net=ne; e->pref = p->preference; @@ -449,7 +448,6 @@ noch: e->u.ospf.metric1=nf->metric; e->u.ospf.metric2=nf->metric2; e->u.ospf.tag=0; /* FIXME Some config? */ - e->u.ospf.type='E'; e->pflags = 0; e->net=ne; e->pref = p->preference; |