summaryrefslogtreecommitdiffstats
path: root/proto/rip/rip.c
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2000-05-17 22:23:05 +0200
committerPavel Machek <pavel@ucw.cz>2000-05-17 22:23:05 +0200
commit6d5e703dc9ac387d72005f3b5da82e80275d5fc6 (patch)
treecfd31e3fc5ce0f28433a6b50defab064b1d549e4 /proto/rip/rip.c
parent00c1f79a79281c16beec132d945db480daca958d (diff)
downloadbird-6d5e703dc9ac387d72005f3b5da82e80275d5fc6.tar
bird-6d5e703dc9ac387d72005f3b5da82e80275d5fc6.zip
Minor cleaning
Diffstat (limited to 'proto/rip/rip.c')
-rw-r--r--proto/rip/rip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/rip/rip.c b/proto/rip/rip.c
index 163a76c..dddf1a5 100644
--- a/proto/rip/rip.c
+++ b/proto/rip/rip.c
@@ -16,6 +16,7 @@
FIXME: (nonurgent) allow bigger frequencies than 1 regular update in 6 seconds (?)
FIXME: propagation of metric=infinity into main routing table may or may not be good idea.
+ FIXME: ea_find can return NULL
*/
/**
@@ -435,7 +436,6 @@ rip_dump_entry( struct rip_entry *e )
{
debug( "%I told me %d/%d ago: to %I/%d go via %I, metric %d ",
e->whotoldme, e->updated-now, e->changed-now, e->n.prefix, e->n.pxlen, e->nexthop, e->metric );
- if (e->flags & RIP_F_EXTERNAL) debug( "[external]" );
debug( "\n" );
}