mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 08:38:42 +00:00
Minor cleaning
This commit is contained in:
parent
00c1f79a79
commit
6d5e703dc9
@ -16,6 +16,7 @@
|
|||||||
FIXME: (nonurgent) allow bigger frequencies than 1 regular update in 6 seconds (?)
|
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: 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 ",
|
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 );
|
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" );
|
debug( "\n" );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -87,7 +87,6 @@ struct rip_entry {
|
|||||||
|
|
||||||
bird_clock_t updated, changed;
|
bird_clock_t updated, changed;
|
||||||
int flags;
|
int flags;
|
||||||
#define RIP_F_EXTERNAL 1
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct rip_packet {
|
struct rip_packet {
|
||||||
|
Loading…
Reference in New Issue
Block a user