Some fixes to isisd done by me and Cougar in the spring of 2003. See
changelog for details.
diff --git a/isisd/isis_zebra.c b/isisd/isis_zebra.c
index d9179f9..3b83e7a 100644
--- a/isisd/isis_zebra.c
+++ b/isisd/isis_zebra.c
@@ -232,7 +232,9 @@
SET_FLAG (message, ZAPI_MESSAGE_NEXTHOP);
SET_FLAG (message, ZAPI_MESSAGE_METRIC);
+#if 0
SET_FLAG (message, ZAPI_MESSAGE_DISTANCE);
+#endif
stream = zclient->obuf;
stream_reset (stream);
@@ -265,8 +267,10 @@
stream_putl (stream, nexthop->ifindex);
}
}
+#if 0
if (CHECK_FLAG (message, ZAPI_MESSAGE_DISTANCE))
stream_putc (stream, route_info->depth);
+#endif
if (CHECK_FLAG (message, ZAPI_MESSAGE_METRIC))
stream_putl (stream, route_info->cost);