summaryrefslogtreecommitdiff
path: root/zebra/zserv.h
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2012-04-20 17:23:39 +0200
committerDavid Lamparter <equinox@diac24.net>2012-04-20 17:29:31 +0200
commit9665856e3718e42068e7d897f5e2468e77fb8c17 (patch)
tree264cd6e05ee23bcf46d1ce42c38ffa228b5035f1 /zebra/zserv.h
parentfa4094ac49b4cc23589f5c5b7e608c4b4ee6ca04 (diff)
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 <equinox@diac24.net>
Diffstat (limited to 'zebra/zserv.h')
-rw-r--r--zebra/zserv.h4
1 files changed, 0 insertions, 4 deletions
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;