diff options
Diffstat (limited to 'pimd/pim_instance.h')
| -rw-r--r-- | pimd/pim_instance.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pimd/pim_instance.h b/pimd/pim_instance.h index 83c8b3be9d..79a0de79bc 100644 --- a/pimd/pim_instance.h +++ b/pimd/pim_instance.h @@ -56,6 +56,11 @@ struct pim_instance { // List of static routes; struct list *static_routes; + + // Upstream vrf specific information + struct list *upstream_list; + struct hash *upstream_hash; + struct timer_wheel *upstream_sg_wheel; }; void pim_vrf_init(void); |
