From f83ce94d5e410d5e5b921121867321c19451896b Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Thu, 26 Sep 2013 17:33:00 +0200 Subject: Fixes missing unregister of kernel table handling code. And some minor fixes. Thanks to Sergey Popovich for the patch. --- nest/neighbor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nest') diff --git a/nest/neighbor.c b/nest/neighbor.c index 9dce8119..11a980b2 100644 --- a/nest/neighbor.c +++ b/nest/neighbor.c @@ -231,7 +231,7 @@ neigh_up(neighbor *n, struct iface *i, int scope) static void neigh_down(neighbor *n) { - DBG("Flushing neighbor %I on %s\n", n->addr, i->name); + DBG("Flushing neighbor %I on %s\n", n->addr, n->iface->name); rem_node(&n->if_n); if (! (n->flags & NEF_BIND)) n->iface = NULL; -- cgit v1.2.3