add an XXX at a point where ifindex_num is assumed to be one w/o
checking.
diff --git a/ospfd/ospf_zebra.c b/ospfd/ospf_zebra.c
index 06916ae..0910a50 100644
--- a/ospfd/ospf_zebra.c
+++ b/ospfd/ospf_zebra.c
@@ -809,6 +809,7 @@
   if (CHECK_FLAG (api.message, ZAPI_MESSAGE_IFINDEX))
     {
       api.ifindex_num = stream_getc (s);
+      /* XXX assert(api.ifindex_num == 1); */
       ifindex = stream_getl (s);
     }
   if (CHECK_FLAG (api.message, ZAPI_MESSAGE_DISTANCE))