pimd: Query mrib (SAFI_MULTICAST).
diff --git a/pimd/pim_zlookup.c b/pimd/pim_zlookup.c
index 112ff26..1492f7c 100644
--- a/pimd/pim_zlookup.c
+++ b/pimd/pim_zlookup.c
@@ -230,7 +230,7 @@
   }
     
   command = stream_getw(s);
-  if (command != ZEBRA_IPV4_NEXTHOP_LOOKUP_V2) {
+  if (command != ZEBRA_IPV4_NEXTHOP_LOOKUP_MRIB) {
     zlog_err("%s: socket %d command mismatch: %d",
             __func__, zlookup->sock, command);
     return -5;
@@ -369,7 +369,7 @@
   
   s = zlookup->obuf;
   stream_reset(s);
-  zclient_create_header(s, ZEBRA_IPV4_NEXTHOP_LOOKUP_V2);
+  zclient_create_header(s, ZEBRA_IPV4_NEXTHOP_LOOKUP_MRIB);
   stream_put_in_addr(s, &addr);
   stream_putw_at(s, 0, stream_get_endp(s));