diff options
author | Martin Mares <mj@ucw.cz> | 1999-02-11 22:45:54 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-02-11 22:45:54 +0000 |
commit | 64011f898c1bc99183a57f21d6e099c8f4496a09 (patch) | |
tree | 5c76fb9b991b1682108d28848b92b6d0a614379e /nest/rt-table.c | |
parent | 3b15402fd4055cb5bd66cd9ac1106ceecff9f760 (diff) |
struct proto again contains instance name (a copy of proto->cf->name).
Diffstat (limited to 'nest/rt-table.c')
-rw-r--r-- | nest/rt-table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/rt-table.c b/nest/rt-table.c index 916f887d..0ccb8da6 100644 --- a/nest/rt-table.c +++ b/nest/rt-table.c @@ -121,7 +121,7 @@ rt_feed_baby(struct proto *p) if (!p->rt_notify) return; - debug("Announcing routes to new protocol %s\n", p->cf->name); + debug("Announcing routes to new protocol %s\n", p->name); while (t) { FIB_WALK(&t->fib, fn) |