pimd: Log ifindex found for an interface when zebra lib reports a new connected address.
diff --git a/pimd/pim_pim.c b/pimd/pim_pim.c
index 04823c2..f6f4c95 100644
--- a/pimd/pim_pim.c
+++ b/pimd/pim_pim.c
@@ -725,8 +725,8 @@
 
   pim_ifp->pim_generation_id = pim_rand() & (int64_t) 0xFFFFFFFF;
 
-  zlog_info("PIM INTERFACE UP: on interface %s",
-	    ifp->name);
+  zlog_info("PIM INTERFACE UP: on interface %s ifindex=%d",
+	    ifp->name, ifp->ifindex);
 
   /*
    * Start receiving PIM messages