From 9665856e3718e42068e7d897f5e2468e77fb8c17 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Fri, 20 Apr 2012 17:23:39 +0200 Subject: Revert "zebra: clean up client routes when client goes away" This reverts commit af56d404cd56d94ad3b2ec3f159650eb72baef0a, which was accidentally duplicating functionality from commit 2ea1ab1 "zebra: ZEBRA_HELLO and mopping up routes (BZ#448)" Conflicts: zebra/zebra_rib.c Signed-off-by: David Lamparter --- zebra/zserv.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'zebra/zserv.h') diff --git a/zebra/zserv.h b/zebra/zserv.h index 3d7ebbcd..5e8bccac 100644 --- a/zebra/zserv.h +++ b/zebra/zserv.h @@ -38,10 +38,6 @@ struct zserv /* Client file descriptor. */ int sock; - /* Client route type. */ - /* Assuming each client contains only one type of route. */ - int route_type; - /* Input/output buffer to the client. */ struct stream *ibuf; struct stream *obuf; -- cgit v1.2.1