Comment 15 for bug 1486670

Revision history for this message
Dan Streetman (ddstreet) wrote :

and on wily, this patch is required on top of the patch from comment 14:

 probe kernel.function("xfrm_resolve_and_create_bundle") {
   if ($family == 2) {
- dst_count[$pols[0]->xp_net->loopback_dev] = $pols[0]->xp_net->xfrm->xfrm4_dst_ops->pcpuc_entries->count
+ dst_count[$pols[0]->xp_net->net->loopback_dev] = $pols[0]->xp_net->net->xfrm->xfrm4_dst_ops->pcpuc_entries->count
   }
 }