]> git.proxmox.com Git - mirror_frr.git/blobdiff - pimd/pim_zlookup.h
lib: enforce vrf_name_to_id by returning default_vrf when name is null
[mirror_frr.git] / pimd / pim_zlookup.h
index f8a2d59f68ea125252fe4554b6814455dd08eea4..09e8dcd51f870b286d8604e2aae340a59995284a 100644 (file)
@@ -27,6 +27,7 @@
 #define PIM_NEXTHOP_LOOKUP_MAX (3) /* max. recursive route lookup */
 
 struct pim_zlookup_nexthop {
+       vrf_id_t vrf_id;
        struct prefix nexthop_addr;
        ifindex_t ifindex;
        uint32_t route_metric;